mirror of
https://github.com/stashapp/stash.git
synced 2026-04-28 18:04:57 +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;
|