mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Handle zip file modification (#877)
* Rescan zip if updating mod time * Use inequality for mod time comparison * Add sort by file_mod_time (fixes #469)
This commit is contained in:
3
pkg/database/migrations/15_file_mod_time.up.sql
Normal file
3
pkg/database/migrations/15_file_mod_time.up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `scenes` ADD COLUMN `file_mod_time` datetime;
|
||||
ALTER TABLE `images` ADD COLUMN `file_mod_time` datetime;
|
||||
ALTER TABLE `galleries` ADD COLUMN `file_mod_time` datetime;
|
||||
Reference in New Issue
Block a user