mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
* added schema migration and updated data models * added code and director to UI * new fields are exported and imported * added filters * Add changelog entry
3 lines
94 B
SQL
3 lines
94 B
SQL
ALTER TABLE `scenes` ADD COLUMN `code` text;
|
|
ALTER TABLE `scenes` ADD COLUMN `director` text;
|