update
This commit is contained in:
@ -29,7 +29,6 @@ export class DeliveryRoom {
|
||||
@JoinColumn()
|
||||
destinationroom: Room;
|
||||
|
||||
|
||||
@ManyToOne(() => RoomOrder, { onDelete: "NO ACTION" })
|
||||
@JoinColumn()
|
||||
roomorder: RoomOrder;
|
||||
|
||||
Reference in New Issue
Block a user