Skip to content

Commit

Permalink
Renumber migration
Browse files Browse the repository at this point in the history
  • Loading branch information
echang594 committed Apr 3, 2024
1 parent feac35d commit c2e8947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MigrationInterface, QueryRunner, TableColumn } from 'typeorm';

const TABLE_NAME = 'Events';

export class AddDiscordAndGoogleCalendarEventColumns1711750534274 implements MigrationInterface {
export class AddDiscordAndGoogleCalendarEventColumns1712185658430 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.addColumns(TABLE_NAME, [
new TableColumn({
Expand Down

0 comments on commit c2e8947

Please sign in to comment.