Skip to content

Commit

Permalink
fix: remove problematic migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jan 5, 2024
1 parent addda07 commit a82d078
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions migrations/1704341578275_jubilee-numbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export function up(pgm: MigrationBuilder): void {
type: 'bigint',
},
});
pgm.sql(`UPDATE inscriptions SET classic_number = number`);
pgm.alterColumn('inscriptions', 'classic_number', { notNull: true });
}

export function down(pgm: MigrationBuilder): void {
Expand Down

0 comments on commit a82d078

Please sign in to comment.