Skip to content

Commit a5708c7

Browse files
authored
fix migrations (#15336)
1 parent 10f4f15 commit a5708c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/twenty-server/src/database/typeorm/core/migrations/common/1760640844181-addApplicationVariableCoreEntity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { type MigrationInterface, type QueryRunner } from 'typeorm';
33
export class AddApplicationVariableEntityCoreEntity1760640844181
44
implements MigrationInterface
55
{
6-
name = 'AddApplicationVariableEntityCoreEntity1760640844181';
6+
name = 'AddApplicationVariableCoreEntity1760640844181';
77

88
public async up(queryRunner: QueryRunner): Promise<void> {
99
await queryRunner.query(

0 commit comments

Comments
 (0)