File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
CAUTION: Do not modify this file unless you know what you are doing.
4
4
Unexpected results may occur if the code is changed deliberately.
5
5
-->
6
- <dbmodel pgmodeler-ver =" 0.8.0-beta1" last-position =" 794,681 " last-zoom =" 1.9"
6
+ <dbmodel pgmodeler-ver =" 0.8.0-beta1" last-position =" 890,599 " last-zoom =" 1.9"
7
7
default-schema =" public" default-owner =" postgres" >
8
8
<database name =" statwarn-alerting" >
9
9
</database >
@@ -170,7 +170,7 @@ defaultConfiguration = {
170
170
</table >
171
171
172
172
<constraint name =" alert_action_alert_id_fkey" type =" fk-constr" comparison-type =" MATCH FULL"
173
- upd-action =" NO ACTION" del-action =" NO ACTION " ref-table =" public.alert" table =" public.alert_action" >
173
+ upd-action =" NO ACTION" del-action =" CASCADE " ref-table =" public.alert" table =" public.alert_action" >
174
174
<columns names =" alert_id" ref-type =" src-columns" />
175
175
<columns names =" alert_id" ref-type =" dst-columns" />
176
176
</constraint >
@@ -182,7 +182,7 @@ defaultConfiguration = {
182
182
</constraint >
183
183
184
184
<constraint name =" trigger_alert_id_fkey" type =" fk-constr" comparison-type =" MATCH FULL"
185
- upd-action =" NO ACTION" del-action =" NO ACTION " ref-table =" public.alert" table =" public.trigger" >
185
+ upd-action =" NO ACTION" del-action =" CASCADE " ref-table =" public.alert" table =" public.trigger" >
186
186
<columns names =" alert_id" ref-type =" src-columns" />
187
187
<columns names =" alert_id" ref-type =" dst-columns" />
188
188
</constraint >
You can’t perform that action at this time.
0 commit comments