refactor: refs #8613 change on delete to restrict
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2025-02-24 12:17:59 +01:00
parent 726825164d
commit 8e6eeca5e8
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ ALTER TABLE vn.claimEnd
FOREIGN KEY (claimDestinationFk)
REFERENCES claimDestination(id)
ON UPDATE CASCADE
ON DELETE CASCADE;
ON DELETE RESTRICT;