mirror of
https://github.com/stashapp/stash.git
synced 2026-04-21 06:22:29 +02: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;
|