fix: refs #8030 schema missing in zoneGeo table
gitea/salix/pipeline/pr-test This commit looks good
Details
gitea/salix/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
3c89d1e5e0
commit
7d3c2a4a1c
|
@ -3,4 +3,4 @@
|
|||
ALTER TABLE vn.priceDelta ADD IF NOT EXISTS zoneGeoFk int(11) NULL;
|
||||
|
||||
ALTER TABLE vn.priceDelta ADD CONSTRAINT priceDelta_zoneGeo_FK FOREIGN KEY IF NOT EXISTS (zoneGeoFk)
|
||||
REFERENCES `zoneGeo` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE;
|
||||
REFERENCES vn.zoneGeo (`id`) ON DELETE RESTRICT ON UPDATE CASCADE;
|
||||
|
|
Loading…
Reference in New Issue