first commit
This commit is contained in:
5
updates/0.10/ver_0.176_sql.txt
Normal file
5
updates/0.10/ver_0.176_sql.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `pp_shop_products` CHANGE COLUMN `google_xml_label` `custom_label_0` VARCHAR(255) NULL COLLATE 'utf8mb3_polish_ci' AFTER `visits`;
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `custom_label_1` VARCHAR(255) NULL DEFAULT NULL AFTER `custom_label_0`;
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `custom_label_2` VARCHAR(255) NULL DEFAULT NULL AFTER `custom_label_1`;
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `custom_label_3` VARCHAR(255) NULL AFTER `custom_label_2`;
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `custom_label_4` VARCHAR(255) NULL AFTER `custom_label_3`;
|
||||
Reference in New Issue
Block a user