mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add support for favorite Studios (#4675)
* Backend changes * Add favorite icon to studio cards * Add favorite button to studio page * Add studio favorite filtering
This commit is contained in:
1
pkg/sqlite/migrations/56_studio_favorite.up.sql
Normal file
1
pkg/sqlite/migrations/56_studio_favorite.up.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `studios` ADD COLUMN `favorite` boolean not null default '0';
|
||||
Reference in New Issue
Block a user