first commit

This commit is contained in:
2024-10-23 13:44:50 +02:00
commit b6107b8c75
7924 changed files with 1087672 additions and 0 deletions

BIN
updates/0.20/ver_0.200.zip Normal file

Binary file not shown.

View 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

Binary file not shown.

BIN
updates/0.20/ver_0.202.zip Normal file

Binary file not shown.

View 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

Binary file not shown.

BIN
updates/0.20/ver_0.204.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.205.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.206.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.207.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.208.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.209.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.210.zip Normal file

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

BIN
updates/0.20/ver_0.213.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.214.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.215.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.216.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.217.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.218.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.219.zip Normal file

Binary file not shown.

BIN
updates/0.20/ver_0.220.zip Normal file

Binary file not shown.