VACUUM database after migration

This commit is contained in:
zadam 2023-07-28 16:22:10 +02:00
parent 119050e355
commit 2a7fe85020

View File

@ -72,6 +72,9 @@ async function migrate() {
} }
} }
}); });
log.info("VACUUMing database, this might take a while ...");
sql.execute("VACUUM");
} }
function executeMigration(mig) { function executeMigration(mig) {