mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Added support for import / export of scene cover images
This commit is contained in:
1
pkg/database/migrations/2_cover_image.up.sql
Normal file
1
pkg/database/migrations/2_cover_image.up.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `scenes` ADD COLUMN `cover` blob;
|
||||
Reference in New Issue
Block a user