diff --git a/backend/src/migrations/1631494429170-AddSourceMessageIdToReminders.ts b/backend/src/migrations/1635950555533-AddSourceMessageIdToReminders.ts similarity index 89% rename from backend/src/migrations/1631494429170-AddSourceMessageIdToReminders.ts rename to backend/src/migrations/1635950555533-AddSourceMessageIdToReminders.ts index e6340f0a..720a85e2 100644 --- a/backend/src/migrations/1631494429170-AddSourceMessageIdToReminders.ts +++ b/backend/src/migrations/1635950555533-AddSourceMessageIdToReminders.ts @@ -1,6 +1,6 @@ import { MigrationInterface, QueryRunner, TableColumn } from "typeorm"; -export class AddSourceMessageIdToReminders1631494429170 implements MigrationInterface { +export class AddSourceMessageIdToReminders1635950555533 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise { await queryRunner.addColumns("reminders", [ new TableColumn({