Files
shopPRO/updates/0.10/ver_0.176_sql.txt
2024-10-23 13:44:50 +02:00

5 lines
572 B
Plaintext

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`;