diff --git a/packages/twenty-server/src/database/typeorm/core/migrations/common/1760640844181-addApplicationVariableCoreEntity.ts b/packages/twenty-server/src/database/typeorm/core/migrations/common/1760640844181-addApplicationVariableCoreEntity.ts index 6e25b847892..4a249cbbbac 100644 --- a/packages/twenty-server/src/database/typeorm/core/migrations/common/1760640844181-addApplicationVariableCoreEntity.ts +++ b/packages/twenty-server/src/database/typeorm/core/migrations/common/1760640844181-addApplicationVariableCoreEntity.ts @@ -3,7 +3,7 @@ import { type MigrationInterface, type QueryRunner } from 'typeorm'; export class AddApplicationVariableEntityCoreEntity1760640844181 implements MigrationInterface { - name = 'AddApplicationVariableEntityCoreEntity1760640844181'; + name = 'AddApplicationVariableCoreEntity1760640844181'; public async up(queryRunner: QueryRunner): Promise { await queryRunner.query(