refactor: refs #8613 change on delete to restrict
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
726825164d
commit
8e6eeca5e8
|
@ -4,4 +4,4 @@ ALTER TABLE vn.claimEnd
|
|||
FOREIGN KEY (claimDestinationFk)
|
||||
REFERENCES claimDestination(id)
|
||||
ON UPDATE CASCADE
|
||||
ON DELETE CASCADE;
|
||||
ON DELETE RESTRICT;
|
Loading…
Reference in New Issue