Remove hardcoded index generation

This commit is contained in:
2023-02-21 11:36:23 +01:00
parent 8ffb562d6b
commit a4f5b139f9
2 changed files with 5 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
DROP INDEX IF EXISTS job_stats;
DROP INDEX IF EXISTS job_by_user;
DROP INDEX IF EXISTS job_by_starttime;
DROP INDEX IF EXISTS job_by_job_id;
DROP INDEX IF EXISTS job_by_state;