mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
[Feature] Add fields director and (studio) code to scenes (#3051)
* added schema migration and updated data models * added code and director to UI * new fields are exported and imported * added filters * Add changelog entry
This commit is contained in:
2
pkg/sqlite/migrations/38_scenes_director_code.up.sql
Normal file
2
pkg/sqlite/migrations/38_scenes_director_code.up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `scenes` ADD COLUMN `code` text;
|
||||
ALTER TABLE `scenes` ADD COLUMN `director` text;
|
||||
Reference in New Issue
Block a user