stash/pkg/sqlite/migrations/56_studio_favorite.up.sql
WithoutPants 8c454582c7
Add support for favorite Studios (#4675)
* Backend changes
* Add favorite icon to studio cards
* Add favorite button to studio page
* Add studio favorite filtering
2024-03-14 11:17:44 +11:00

1 line
74 B
SQL

ALTER TABLE `studios` ADD COLUMN `favorite` boolean not null default '0';