mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 13:21:02 +00:00
feat: refactor
This commit is contained in:
@@ -67,7 +67,6 @@ const runMigrations = async () => {
|
||||
);
|
||||
});
|
||||
|
||||
await knexClient.migrate.down(migrationConfig);
|
||||
await knexClient.migrate.latest(migrationConfig);
|
||||
await knexClient.destroy();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user