mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 01:44:52 +01:00
* Backend changes * Add favorite icon to studio cards * Add favorite button to studio page * Add studio favorite filtering
1 line
74 B
SQL
1 line
74 B
SQL
ALTER TABLE `studios` ADD COLUMN `favorite` boolean not null default '0';
|