P5-6091 remove language_id and territory_id from product blacklist (#186)

This commit is contained in:
Martin Carlsson
2021-02-04 14:53:44 +01:00
committed by GitHub
parent 734577d3a5
commit 674ddd35a1
+4
View File
@@ -0,0 +1,4 @@
--P5-6091: remove language_id and territory_id from product blacklist
alter table product_blacklist drop column language_id;
alter table product_blacklist drop column territory_id;