We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0ecda commit 4075bb6Copy full SHA for 4075bb6
1 file changed
src/Resources/config/doctrine/Block.orm.yml
@@ -24,6 +24,7 @@ BitBag\SyliusCmsPlugin\Entity\Block:
24
joinColumns:
25
block_id:
26
referencedColumnName: id
27
+ onDelete: CASCADE
28
inverseJoinColumns:
29
section_id:
30
@@ -35,6 +36,7 @@ BitBag\SyliusCmsPlugin\Entity\Block:
35
36
37
38
39
40
41
product_id:
42
0 commit comments