diff --git a/migrations/000.304.sql b/migrations/000.304.sql new file mode 100644 index 0000000..b52e6ab --- /dev/null +++ b/migrations/000.304.sql @@ -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;