+2
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user