fix: refs #pako Deleted duplicated version
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-08-28 08:40:03 +02:00
parent e98d64f526
commit 3dda49b3c5
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
-- Place your SQL code here
ALTER TABLE vn.saleGroup ADD stateFk TINYINT(3) UNSIGNED;
ALTER TABLE vn.saleGroup ADD CONSTRAINT saleGroup_state_FK FOREIGN KEY (stateFk) REFERENCES vn.state(id) ON DELETE RESTRICT ON UPDATE CASCADE;