mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01: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
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE `scenes` ADD COLUMN `code` text;
|
|
ALTER TABLE `scenes` ADD COLUMN `director` text;
|