P5-7107 Add flyers territories foreign key (#211)

This commit is contained in:
fredrikphotowall
2021-04-12 15:28:58 +02:00
committed by GitHub
parent 4728e3fdff
commit bb8e4143cd
+5
View File
@@ -0,0 +1,5 @@
-- P5-7107 Add flyers territory foreign key
ALTER TABLE flyers ADD CONSTRAINT territory_fkey
FOREIGN KEY (territory) REFERENCES "i18n-territories" (iso2char);