mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
More timestamp corrections (#2933)
* Fix incorrect timestamp updates * Correct folder time fields * Add migration with new indexes * Correct mod_time format * Add mod_time to data massage
This commit is contained in:
3
pkg/sqlite/migrations/34_indexes.up.sql
Normal file
3
pkg/sqlite/migrations/34_indexes.up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE INDEX `index_performer_stash_ids_on_performer_id` ON `performer_stash_ids` (`performer_id`);
|
||||
CREATE INDEX `index_scene_stash_ids_on_scene_id` ON `scene_stash_ids` (`scene_id`);
|
||||
CREATE INDEX `index_studio_stash_ids_on_studio_id` ON `studio_stash_ids` (`studio_id`);
|
||||
Reference in New Issue
Block a user