mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 12:27:30 +01:00
5 lines
133 B
SQL
5 lines
133 B
SQL
DROP INDEX IF EXISTS jobs_cluster_user_starttime_stats;
|
|
DROP INDEX IF EXISTS jobs_cluster_project_starttime_stats;
|
|
|
|
PRAGMA optimize;
|