Skip to content
This repository has been archived by the owner on Mar 2, 2025. It is now read-only.

Commit

Permalink
fix: remove unnecessary migrations creating
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Apr 5, 2024
1 parent acbbadd commit 6f218bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { Logger } from 'nestjs-pino';
const orm = app.get(MikroORM);

const migrator = orm.getMigrator();
await migrator.createMigration();
await migrator.up();

logger.log('Migrations finished.');
Expand Down

0 comments on commit 6f218bf

Please sign in to comment.