feat: refactor

This commit is contained in:
Zamitto 2024-09-25 18:16:32 -03:00
parent f98432f6c6
commit 25cfdb50d8
7 changed files with 28 additions and 12 deletions

View file

@ -67,7 +67,6 @@ const runMigrations = async () => {
);
});
await knexClient.migrate.down(migrationConfig);
await knexClient.migrate.latest(migrationConfig);
await knexClient.destroy();
};