add missing downgarde index drop, add optimize after downgrades

This commit is contained in:
Christoph Kluge
2026-03-13 10:11:11 +01:00
parent 39ab12784c
commit a877937a25
2 changed files with 5 additions and 0 deletions

View File

@@ -1 +1,4 @@
DROP INDEX IF EXISTS jobs_cluster_user_starttime_stats;
DROP INDEX IF EXISTS jobs_cluster_project_starttime_stats;
PRAGMA optimize;