mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
[Feature] Images new fields : URL & Date (#3015)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
2
pkg/sqlite/migrations/43_image_date_url.up.sql
Normal file
2
pkg/sqlite/migrations/43_image_date_url.up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `images` ADD COLUMN `url` varchar(255);
|
||||
ALTER TABLE `images` ADD COLUMN `date` date;
|
||||
Reference in New Issue
Block a user