first commit
This commit is contained in:
BIN
updates/0.20/ver_0.200.zip
Normal file
BIN
updates/0.20/ver_0.200.zip
Normal file
Binary file not shown.
1
updates/0.20/ver_0.200_sql.txt
Normal file
1
updates/0.20/ver_0.200_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TABLE `pp_shop_shoppro_settings` ( `id` INT NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL DEFAULT '0', `value` TEXT NOT NULL, PRIMARY KEY (`id`)) COLLATE='utf8mb4_unicode_ci';
|
||||
BIN
updates/0.20/ver_0.201.zip
Normal file
BIN
updates/0.20/ver_0.201.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.202.zip
Normal file
BIN
updates/0.20/ver_0.202.zip
Normal file
Binary file not shown.
1
updates/0.20/ver_0.202_sql.txt
Normal file
1
updates/0.20/ver_0.202_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `pp_articles_langs` ADD COLUMN `main_image` TEXT NULL DEFAULT NULL AFTER `title`;
|
||||
BIN
updates/0.20/ver_0.203.zip
Normal file
BIN
updates/0.20/ver_0.203.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.204.zip
Normal file
BIN
updates/0.20/ver_0.204.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.205.zip
Normal file
BIN
updates/0.20/ver_0.205.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.206.zip
Normal file
BIN
updates/0.20/ver_0.206.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.207.zip
Normal file
BIN
updates/0.20/ver_0.207.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.208.zip
Normal file
BIN
updates/0.20/ver_0.208.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.209.zip
Normal file
BIN
updates/0.20/ver_0.209.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.210.zip
Normal file
BIN
updates/0.20/ver_0.210.zip
Normal file
Binary file not shown.
3
updates/0.20/ver_0.210_sql.txt
Normal file
3
updates/0.20/ver_0.210_sql.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE TABLE `pp_shop_products_additional_fields` ( `id_additional_field` INT NOT NULL AUTO_INCREMENT, `id_product` INT NOT NULL DEFAULT '0', `name` VARCHAR(255) NOT NULL DEFAULT '0', PRIMARY KEY (`id_additional_field`), INDEX `id_product` (`id_product`), CONSTRAINT `FK__pp_shop_products` FOREIGN KEY (`id_product`) REFERENCES `pp_shop_products` (`id`) ON UPDATE CASCADE ON DELETE CASCADE ) COLLATE='utf8mb4_unicode_ci';
|
||||
RENAME TABLE `pp_shop_products_additional_fields` TO `pp_shop_products_custom_fields`;
|
||||
ALTER TABLE `pp_shop_order_products` ADD COLUMN `custom_fields` TEXT NULL DEFAULT NULL AFTER `attributes`;
|
||||
BIN
updates/0.20/ver_0.211.zip
Normal file
BIN
updates/0.20/ver_0.211.zip
Normal file
Binary file not shown.
1
updates/0.20/ver_0.211_sql.txt
Normal file
1
updates/0.20/ver_0.211_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `pp_shop_categories` ADD COLUMN `view_subcategories` INT NULL DEFAULT '0' AFTER `sort_type`;
|
||||
BIN
updates/0.20/ver_0.212.zip
Normal file
BIN
updates/0.20/ver_0.212.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.213.zip
Normal file
BIN
updates/0.20/ver_0.213.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.214.zip
Normal file
BIN
updates/0.20/ver_0.214.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.215.zip
Normal file
BIN
updates/0.20/ver_0.215.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.216.zip
Normal file
BIN
updates/0.20/ver_0.216.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.217.zip
Normal file
BIN
updates/0.20/ver_0.217.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.218.zip
Normal file
BIN
updates/0.20/ver_0.218.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.219.zip
Normal file
BIN
updates/0.20/ver_0.219.zip
Normal file
Binary file not shown.
BIN
updates/0.20/ver_0.220.zip
Normal file
BIN
updates/0.20/ver_0.220.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user