mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-06-16 16:34:23 +00:00
Merge pull request 'Fix a bug with migrate.ts calling a function incorrectly' (#4) from migrate-bugfix into develop
This commit is contained in:
commit
8a71680971
@ -4,6 +4,6 @@ import { config } from "./config";
|
|||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
await initDB();
|
await initDB();
|
||||||
await clean(false);
|
await clean();
|
||||||
}
|
}
|
||||||
run().then(() => {process.exit()});
|
run().then(() => {process.exit()});
|
Loading…
x
Reference in New Issue
Block a user