mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: refactor
This commit is contained in:
parent
f98432f6c6
commit
25cfdb50d8
7 changed files with 28 additions and 12 deletions
|
@ -67,7 +67,6 @@ const runMigrations = async () => {
|
|||
);
|
||||
});
|
||||
|
||||
await knexClient.migrate.down(migrationConfig);
|
||||
await knexClient.migrate.latest(migrationConfig);
|
||||
await knexClient.destroy();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue