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:
WithoutPants
2020-11-05 10:26:51 +11:00
committed by GitHub
parent 9ec762ae9a
commit 5f482b7b8a
20 changed files with 612 additions and 163 deletions

View 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;