mirror of
https://github.com/stashapp/stash.git
synced 2026-01-30 20:13:58 +01:00
2 lines
105 B
SQL
2 lines
105 B
SQL
ALTER TABLE `performers` ADD COLUMN `rating` tinyint;
|
|
ALTER TABLE `studios` ADD COLUMN `rating` tinyint;
|