Added support for import / export of scene cover images

This commit is contained in:
Stash Dev
2019-12-31 14:38:49 -08:00
parent 9766071815
commit 653406efd1
7 changed files with 35 additions and 8 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `scenes` ADD COLUMN `cover` blob;