Fix migration file (#15168)

as title
This commit is contained in:
martmull
2025-10-17 13:16:23 +02:00
committed by GitHub
parent 91b54e7e68
commit bc336a9fdc
5 changed files with 3379 additions and 3277 deletions
@@ -72,7 +72,8 @@ export class ServerlessFunctionEntity
@Column({ nullable: true, type: 'text' })
checksum: string | null;
@Column({ nullable: false, type: 'uuid' })
// TODO: should be set to nullable: false when 1.8 released in production
@Column({ nullable: true, type: 'uuid' })
serverlessFunctionLayerId: string;
@ManyToOne(