Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit e13aa23

Browse files
committed
Fix #39
Signed-off-by: GoldingAustin <[email protected]>
1 parent e5bc25e commit e13aa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models/src/projectModels/HostMeta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class HostMeta {
4141

4242
// TODO: Add more mutable properties like Host type
4343

44-
@ManyToOne(() => Host)
44+
@ManyToOne(() => Host,{ onDelete: 'cascade' })
4545
host: Host;
4646
}
4747

0 commit comments

Comments
 (0)