mirror of
https://github.com/stashapp/stash.git
synced 2026-01-20 07:01:33 +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;
|