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

@@ -101,3 +101,5 @@ DROP INDEX IF EXISTS jobs_numnodes_starttime;
DROP INDEX IF EXISTS jobs_numhwthreads_starttime;
DROP INDEX IF EXISTS jobs_numacc_starttime;
DROP INDEX IF EXISTS jobs_energy_starttime;
PRAGMA optimize;