mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-26 03:23:07 +01:00
Vacuum not allowed within a migration transaction
This commit is contained in:
@@ -227,4 +227,5 @@ CREATE INDEX IF NOT EXISTS jobs_energy_starttime ON job (energy, start_time);
|
|||||||
PRAGMA optimize;
|
PRAGMA optimize;
|
||||||
|
|
||||||
-- Optimize DB size: https://sqlite.org/lang_vacuum.html
|
-- Optimize DB size: https://sqlite.org/lang_vacuum.html
|
||||||
VACUUM;
|
-- Not allowed within a migration transaction; Keep command here for documentation and recommendation
|
||||||
|
-- Command: 'VACUUM;'
|
||||||
Reference in New Issue
Block a user