mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 01:04:51 +00:00
Fix sync script not closing for some dbms
This commit is contained in:
@@ -16,4 +16,5 @@ const { initDatabase } = require("..");
|
||||
console.log("synchronising");
|
||||
await db.synchronize();
|
||||
console.log("done");
|
||||
db.destroy();
|
||||
})();
|
||||
Reference in New Issue
Block a user