first commit
This commit is contained in:
BIN
updates/0.10/ver_0.100.zip
Normal file
BIN
updates/0.10/ver_0.100.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.101.zip
Normal file
BIN
updates/0.10/ver_0.101.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.102.zip
Normal file
BIN
updates/0.10/ver_0.102.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.102_sql.txt
Normal file
1
updates/0.10/ver_0.102_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_orders ADD COLUMN notes TEXT NULL DEFAULT NULL AFTER przelewy24_hash;
|
||||
BIN
updates/0.10/ver_0.103.zip
Normal file
BIN
updates/0.10/ver_0.103.zip
Normal file
Binary file not shown.
3
updates/0.10/ver_0.103_files.txt
Normal file
3
updates/0.10/ver_0.103_files.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
F: ../autoload/admin/factory/class.ShopPromotion.php
|
||||
F: ../autoload/front/factory/class.ShopPromotion.php
|
||||
F: ../autoload/class.Db.php
|
||||
13
updates/0.10/ver_0.103_sql.txt
Normal file
13
updates/0.10/ver_0.103_sql.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
CREATE TABLE pp_log ( id INT NOT NULL AUTO_INCREMENT, message TEXT NOT NULL, date DATETIME NULL DEFAULT NULL, PRIMARY KEY (id) ) COLLATE='utf8_polish_ci';
|
||||
ALTER TABLE pp_log ENGINE=InnoDB;
|
||||
ALTER TABLE pp_log ADD COLUMN user_id INT NULL DEFAULT NULL AFTER message;
|
||||
ALTER TABLE pp_log ADD INDEX user_id (user_id);
|
||||
ALTER TABLE pp_log ADD CONSTRAINT FK_pp_log_pp_users FOREIGN KEY (user_id) REFERENCES pp_users (id) ON UPDATE SET NULL ON DELETE SET NULL;
|
||||
ALTER TABLE pp_shop_products_stock DROP COLUMN permutation;
|
||||
ALTER TABLE pp_shop_attributes DROP COLUMN stock_influences;
|
||||
ALTER TABLE pp_shop_products ADD COLUMN parent_id INT(11) NULL DEFAULT NULL AFTER id;
|
||||
ALTER TABLE pp_shop_products ADD COLUMN permutation_hash VARCHAR(255) NULL DEFAULT NULL AFTER parent_id;
|
||||
ALTER TABLE pp_shop_order_products DROP FOREIGN KEY pp_shop_order_products_ibfk_2;
|
||||
ALTER TABLE pp_shop_product_sets_products DROP FOREIGN KEY FK_pp_shop_product_sets_products_pp_shop_products;
|
||||
ALTER TABLE pp_shop_product_sets_products DROP FOREIGN KEY FK_pp_shop_product_sets_products_pp_shop_product_sets;
|
||||
ALTER TABLE pp_shop_products ADD COLUMN quantity INT(11) NOT NULL DEFAULT '0' AFTER stock_0_buy;
|
||||
BIN
updates/0.10/ver_0.104.zip
Normal file
BIN
updates/0.10/ver_0.104.zip
Normal file
Binary file not shown.
2
updates/0.10/ver_0.104_sql.txt
Normal file
2
updates/0.10/ver_0.104_sql.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
DROP TABLE pp_shop_products_stock;
|
||||
INSERT INTO pp_langs_translations (text, pl) VALUES ('produkt-miejsce-na-wiadomosc-placeholder', 'Tutaj możesz podać np. imię dziecka');
|
||||
BIN
updates/0.10/ver_0.105.zip
Normal file
BIN
updates/0.10/ver_0.105.zip
Normal file
Binary file not shown.
2
updates/0.10/ver_0.105_sql.txt
Normal file
2
updates/0.10/ver_0.105_sql.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE pp_shop_products ADD COLUMN additional_message_text VARCHAR(255) NULL DEFAULT NULL AFTER additional_message;
|
||||
ALTER TABLE pp_shop_products ADD COLUMN additional_message_required INT NULL DEFAULT '0' AFTER additional_message_text;
|
||||
BIN
updates/0.10/ver_0.106.zip
Normal file
BIN
updates/0.10/ver_0.106.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.106_sql.txt
Normal file
1
updates/0.10/ver_0.106_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_products CHANGE COLUMN quantity quantity INT(11) NULL DEFAULT NULL AFTER stock_0_buy;
|
||||
BIN
updates/0.10/ver_0.107.zip
Normal file
BIN
updates/0.10/ver_0.107.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.108.zip
Normal file
BIN
updates/0.10/ver_0.108.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.109.zip
Normal file
BIN
updates/0.10/ver_0.109.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.109_sql.txt
Normal file
1
updates/0.10/ver_0.109_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_products_langs ADD COLUMN canonical TEXT NULL DEFAULT NULL AFTER warehouse_message_nonzero;
|
||||
BIN
updates/0.10/ver_0.110.zip
Normal file
BIN
updates/0.10/ver_0.110.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.110_sql.txt
Normal file
1
updates/0.10/ver_0.110_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_products_langs ADD COLUMN meta_title VARCHAR(255) NULL DEFAULT NULL AFTER tab_description_2;
|
||||
BIN
updates/0.10/ver_0.111.zip
Normal file
BIN
updates/0.10/ver_0.111.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.111_files.txt
Normal file
1
updates/0.10/ver_0.111_files.txt
Normal file
@@ -0,0 +1 @@
|
||||
F: ../templates/shop-category/products.php
|
||||
1
updates/0.10/ver_0.111_sql.txt
Normal file
1
updates/0.10/ver_0.111_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_categories_langs ADD COLUMN additional_text TEXT NULL DEFAULT NULL AFTER category_title;
|
||||
BIN
updates/0.10/ver_0.112.zip
Normal file
BIN
updates/0.10/ver_0.112.zip
Normal file
Binary file not shown.
5
updates/0.10/ver_0.112_sql.txt
Normal file
5
updates/0.10/ver_0.112_sql.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE pp_shop_producer ( id INT NOT NULL AUTO_INCREMENT, name VARCHAR(50) NULL DEFAULT NULL, status INT NULL DEFAULT '0', PRIMARY KEY (id) ) COLLATE='utf8_polish_ci';
|
||||
ALTER TABLE pp_shop_producer ENGINE=InnoDB;
|
||||
ALTER TABLE pp_shop_products ADD COLUMN producer_id INT(11) NULL DEFAULT NULL AFTER set_id;
|
||||
ALTER TABLE pp_shop_products ADD INDEX producer_id (producer_id);
|
||||
ALTER TABLE pp_shop_products ADD CONSTRAINT FK_pp_shop_products_pp_shop_producer FOREIGN KEY (producer_id) REFERENCES pp_shop_producer (id) ON UPDATE SET NULL ON DELETE SET NULL;
|
||||
BIN
updates/0.10/ver_0.113.zip
Normal file
BIN
updates/0.10/ver_0.113.zip
Normal file
Binary file not shown.
2
updates/0.10/ver_0.113_sql.txt
Normal file
2
updates/0.10/ver_0.113_sql.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE pp_shop_producer ADD COLUMN img VARCHAR(50) NULL DEFAULT NULL AFTER name;
|
||||
CREATE TABLE pp_shop_producer_lang ( id INT NOT NULL AUTO_INCREMENT, producer_id INT NOT NULL DEFAULT '0', lang_id VARCHAR(5) NOT NULL DEFAULT '0', description TEXT NULL DEFAULT NULL, PRIMARY KEY (id), INDEX producer_id (producer_id), INDEX lang_id (lang_id), CONSTRAINT FK__pp_shop_producer FOREIGN KEY (producer_id) REFERENCES pp_shop_producer (id) ON UPDATE CASCADE ON DELETE CASCADE, CONSTRAINT FK__pp_langs FOREIGN KEY (lang_id) REFERENCES pp_langs (id) ON UPDATE CASCADE ON DELETE CASCADE ) COLLATE='utf8_polish_ci' ENGINE=InnoDB;
|
||||
BIN
updates/0.10/ver_0.114.zip
Normal file
BIN
updates/0.10/ver_0.114.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.115.zip
Normal file
BIN
updates/0.10/ver_0.115.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.116.zip
Normal file
BIN
updates/0.10/ver_0.116.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.117.zip
Normal file
BIN
updates/0.10/ver_0.117.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.117_sql.txt
Normal file
1
updates/0.10/ver_0.117_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_producer_lang ADD COLUMN meta_title VARCHAR(255) NULL DEFAULT NULL AFTER description;
|
||||
BIN
updates/0.10/ver_0.118.zip
Normal file
BIN
updates/0.10/ver_0.118.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.119.zip
Normal file
BIN
updates/0.10/ver_0.119.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.120.zip
Normal file
BIN
updates/0.10/ver_0.120.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.121.zip
Normal file
BIN
updates/0.10/ver_0.121.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.122.zip
Normal file
BIN
updates/0.10/ver_0.122.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.123.zip
Normal file
BIN
updates/0.10/ver_0.123.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.124.zip
Normal file
BIN
updates/0.10/ver_0.124.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.125.zip
Normal file
BIN
updates/0.10/ver_0.125.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.126.zip
Normal file
BIN
updates/0.10/ver_0.126.zip
Normal file
Binary file not shown.
4
updates/0.10/ver_0.126_sql.txt
Normal file
4
updates/0.10/ver_0.126_sql.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE pp_shop_products ADD COLUMN sku VARCHAR(50) NULL DEFAULT NULL AFTER wp;
|
||||
CREATE TABLE pp_cron ( name VARCHAR(50) NULL DEFAULT NULL, last_update DATETIME NULL DEFAULT NULL, UNIQUE INDEX name (name) ) COLLATE='utf8_polish_ci' ENGINE=InnoDB;
|
||||
INSERT INTO pp_cron (name) VALUES ('baselinker');
|
||||
ALTER TABLE pp_shop_products ADD COLUMN baselinker_product_id INT(11) NULL DEFAULT NULL AFTER producer_id;
|
||||
BIN
updates/0.10/ver_0.127.zip
Normal file
BIN
updates/0.10/ver_0.127.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.128.zip
Normal file
BIN
updates/0.10/ver_0.128.zip
Normal file
Binary file not shown.
10
updates/0.10/ver_0.128_sql copy.txt
Normal file
10
updates/0.10/ver_0.128_sql copy.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE pp_shop_orders ADD COLUMN baselinker_order_id INT NULL DEFAULT NULL AFTER notes;
|
||||
ALTER TABLE pp_shop_statuses ADD COLUMN baselinker_status_id INT(11) NULL DEFAULT NULL AFTER o;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65931' WHERE id=0;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='66803' WHERE id=1;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='66805' WHERE id=2;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65937' WHERE id=4;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65933' WHERE id=5;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65936' WHERE id=6;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65932' WHERE id=7;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65934' WHERE id=8;
|
||||
10
updates/0.10/ver_0.128_sql.txt
Normal file
10
updates/0.10/ver_0.128_sql.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE pp_shop_orders ADD COLUMN baselinker_order_id INT NULL DEFAULT NULL AFTER notes;
|
||||
ALTER TABLE pp_shop_statuses ADD COLUMN baselinker_status_id INT(11) NULL DEFAULT NULL AFTER o;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65931' WHERE id=0;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='66803' WHERE id=1;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='66805' WHERE id=2;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65937' WHERE id=4;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65933' WHERE id=5;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65936' WHERE id=6;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65932' WHERE id=7;
|
||||
UPDATE pp_shop_statuses SET baselinker_status_id='65934' WHERE id=8;
|
||||
BIN
updates/0.10/ver_0.129.zip
Normal file
BIN
updates/0.10/ver_0.129.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.130.zip
Normal file
BIN
updates/0.10/ver_0.130.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.131.zip
Normal file
BIN
updates/0.10/ver_0.131.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.132.zip
Normal file
BIN
updates/0.10/ver_0.132.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.133.zip
Normal file
BIN
updates/0.10/ver_0.133.zip
Normal file
Binary file not shown.
3
updates/0.10/ver_0.133_sql copy.txt
Normal file
3
updates/0.10/ver_0.133_sql copy.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE pp_shop_promotion ADD COLUMN min_product_count INT NULL DEFAULT NULL AFTER include_product_promo;
|
||||
ALTER TABLE pp_shop_promotion ADD COLUMN price_cheapest_product INT NULL DEFAULT NULL AFTER min_product_count;
|
||||
ALTER TABLE pp_shop_promotion CHANGE COLUMN price_cheapest_product price_cheapest_product DECIMAL(12,2) NULL DEFAULT NULL AFTER min_product_count;
|
||||
3
updates/0.10/ver_0.133_sql.txt
Normal file
3
updates/0.10/ver_0.133_sql.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE pp_shop_promotion ADD COLUMN min_product_count INT NULL DEFAULT NULL AFTER include_product_promo;
|
||||
ALTER TABLE pp_shop_promotion ADD COLUMN price_cheapest_product INT NULL DEFAULT NULL AFTER min_product_count;
|
||||
ALTER TABLE pp_shop_promotion CHANGE COLUMN price_cheapest_product price_cheapest_product DECIMAL(12,2) NULL DEFAULT NULL AFTER min_product_count;
|
||||
BIN
updates/0.10/ver_0.134.zip
Normal file
BIN
updates/0.10/ver_0.134.zip
Normal file
Binary file not shown.
3
updates/0.10/ver_0.135.txt
Normal file
3
updates/0.10/ver_0.135.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE pp_shop_promotion ADD COLUMN min_product_count INT NULL DEFAULT NULL AFTER include_product_promo;
|
||||
ALTER TABLE pp_shop_promotion ADD COLUMN price_cheapest_product INT NULL DEFAULT NULL AFTER min_product_count;
|
||||
ALTER TABLE pp_shop_promotion CHANGE COLUMN price_cheapest_product price_cheapest_product DECIMAL(12,2) NULL DEFAULT NULL AFTER min_product_count;
|
||||
BIN
updates/0.10/ver_0.135.zip
Normal file
BIN
updates/0.10/ver_0.135.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.135_sql copy.txt
Normal file
1
updates/0.10/ver_0.135_sql copy.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_coupon CHANGE COLUMN categories categories TEXT NULL COLLATE 'utf8_polish_ci' AFTER include_discounted_product;
|
||||
1
updates/0.10/ver_0.135_sql.txt
Normal file
1
updates/0.10/ver_0.135_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE pp_shop_coupon CHANGE COLUMN categories categories TEXT NULL COLLATE 'utf8_polish_ci' AFTER include_discounted_product;
|
||||
BIN
updates/0.10/ver_0.136.zip
Normal file
BIN
updates/0.10/ver_0.136.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.137.zip
Normal file
BIN
updates/0.10/ver_0.137.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.138.zip
Normal file
BIN
updates/0.10/ver_0.138.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.139.zip
Normal file
BIN
updates/0.10/ver_0.139.zip
Normal file
Binary file not shown.
2
updates/0.10/ver_0.139_sql.txt
Normal file
2
updates/0.10/ver_0.139_sql.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE TABLE pp_shop_baselinker_settings ( id INT NOT NULL AUTO_INCREMENT, name VARCHAR(255) NOT NULL DEFAULT '0', value VARCHAR(255) NOT NULL DEFAULT '0', PRIMARY KEY (id) ) COLLATE='utf8_polish_ci' ENGINE=InnoDB;
|
||||
ALTER TABLE pp_cron ADD COLUMN value VARCHAR(50) NULL DEFAULT NULL AFTER name;
|
||||
BIN
updates/0.10/ver_0.140.zip
Normal file
BIN
updates/0.10/ver_0.140.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.141.zip
Normal file
BIN
updates/0.10/ver_0.141.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.142.zip
Normal file
BIN
updates/0.10/ver_0.142.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.143.zip
Normal file
BIN
updates/0.10/ver_0.143.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.144.zip
Normal file
BIN
updates/0.10/ver_0.144.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.145.zip
Normal file
BIN
updates/0.10/ver_0.145.zip
Normal file
Binary file not shown.
5
updates/0.10/ver_0.145_sql.txt
Normal file
5
updates/0.10/ver_0.145_sql.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE `pp_shop_product_price_history` ( `id` INT NOT NULL AUTO_INCREMENT, `id_product` INT NOT NULL DEFAULT '0', `price` DECIMAL(12,2) NOT NULL DEFAULT 0, `date` DATETIME NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) COLLATE='utf8_polish_ci' ENGINE=InnoDB;
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `price_history_date` DATE NULL DEFAULT NULL AFTER `baselinker_product_id`;
|
||||
ALTER TABLE `pp_shop_product_price_history` ADD CONSTRAINT `FK_pp_shop_product_price_history_pp_shop_products` FOREIGN KEY (`id_product`) REFERENCES `pp_shop_products` (`id`) ON UPDATE CASCADE ON DELETE CASCADE;
|
||||
ALTER TABLE `pp_shop_product_price_history` CHANGE COLUMN `date` `date` DATE NULL DEFAULT NULL AFTER `price`;
|
||||
ALTER TABLE `pp_shop_products` CHANGE COLUMN `price_history_date` `price_history_date` DATE NULL DEFAULT NULL AFTER `baselinker_product_id`;
|
||||
BIN
updates/0.10/ver_0.146.zip
Normal file
BIN
updates/0.10/ver_0.146.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.147.zip
Normal file
BIN
updates/0.10/ver_0.147.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.148.zip
Normal file
BIN
updates/0.10/ver_0.148.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.149.zip
Normal file
BIN
updates/0.10/ver_0.149.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.150.zip
Normal file
BIN
updates/0.10/ver_0.150.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.150_files.txt
Normal file
1
updates/0.10/ver_0.150_files.txt
Normal file
@@ -0,0 +1 @@
|
||||
D: ../libraries/filemanager/
|
||||
1
updates/0.10/ver_0.150_sql.txt
Normal file
1
updates/0.10/ver_0.150_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `pp_shop_transports` ADD COLUMN `default` INT(11) NOT NULL DEFAULT '0' AFTER `status`;
|
||||
BIN
updates/0.10/ver_0.151.zip
Normal file
BIN
updates/0.10/ver_0.151.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.152.zip
Normal file
BIN
updates/0.10/ver_0.152.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.153.zip
Normal file
BIN
updates/0.10/ver_0.153.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.154.zip
Normal file
BIN
updates/0.10/ver_0.154.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.155.zip
Normal file
BIN
updates/0.10/ver_0.155.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.156.zip
Normal file
BIN
updates/0.10/ver_0.156.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.157.zip
Normal file
BIN
updates/0.10/ver_0.157.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.158.zip
Normal file
BIN
updates/0.10/ver_0.158.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.159.zip
Normal file
BIN
updates/0.10/ver_0.159.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.160.zip
Normal file
BIN
updates/0.10/ver_0.160.zip
Normal file
Binary file not shown.
14
updates/0.10/ver_0.160_sql.txt
Normal file
14
updates/0.10/ver_0.160_sql.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
CREATE TABLE pp_dictionaries_units ( id INT(11) NOT NULL AUTO_INCREMENT , PRIMARY KEY (id)) ENGINE = InnoDB;
|
||||
CREATE TABLE pp_dictionaries_units_langs ( id INT NOT NULL AUTO_INCREMENT , unit_id INT NOT NULL , lang_id VARCHAR(255) NOT NULL , text VARCHAR(255) NOT NULL , PRIMARY KEY (id)) ENGINE = InnoDB CHARSET=utf8 COLLATE utf8_polish_ci;
|
||||
CREATE TABLE pp_dictionaries_units_langs ( id INT NOT NULL AUTO_INCREMENT , unit_id INT NOT NULL , lang_id VARCHAR(255) NOT NULL , text VARCHAR(255) NOT NULL , PRIMARY KEY (id)) ENGINE = InnoDB CHARSET=utf8 COLLATE utf8_polish_ci;
|
||||
ALTER TABLE pp_dictionaries_units_langs ADD INDEX(lang_id);
|
||||
ALTER TABLE pp_dictionaries_units_langs ADD FOREIGN KEY (lang_id) REFERENCES pp_langs(id) ON DELETE CASCADE ON UPDATE CASCADE; ALTER TABLE pp_dictionaries_units_langs ADD FOREIGN KEY (unit_id) REFERENCES pp_dictionaries_units(id) ON DELETE CASCADE ON UPDATE CASCADE;
|
||||
ALTER TABLE pp_shop_products ADD product_unit_id INT(11) NULL DEFAULT NULL AFTER price_history_date;
|
||||
ALTER TABLE pp_shop_products ADD INDEX(product_unit_id);
|
||||
ALTER TABLE pp_shop_products ADD FOREIGN KEY (product_unit_id) REFERENCES pp_dictionaries_units(id) ON DELETE SET NULL ON UPDATE SET NULL; (edited)
|
||||
ALTER TABLE `pp_shop_products` CHANGE COLUMN `product_unit_id` `product_unit_id` INT(11) NULL DEFAULT NULL AFTER `price_history_date`;
|
||||
ALTER TABLE `pp_shop_products` CHANGE COLUMN `product_unit_id` `product_unit_id` INT(11) NULL AFTER `price_history_date`, ADD COLUMN `weight` DECIMAL(12,4) NULL DEFAULT NULL AFTER `product_unit_id`;
|
||||
RENAME TABLE `pp_dictionaries_units` TO `pp_units`;
|
||||
RENAME TABLE `pp_dictionaries_units_langs` TO `pp_units_langs`;
|
||||
ALTER TABLE `pp_shop_products` CHANGE COLUMN `baselinker_product_id` `baselinker_product_id` INT(11) NULL AFTER `weight`;
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `baselinker_get_data_date` DATETIME NULL DEFAULT NULL AFTER `baselinker_product_id`;
|
||||
BIN
updates/0.10/ver_0.161.zip
Normal file
BIN
updates/0.10/ver_0.161.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.162.zip
Normal file
BIN
updates/0.10/ver_0.162.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.163.zip
Normal file
BIN
updates/0.10/ver_0.163.zip
Normal file
Binary file not shown.
7
updates/0.10/ver_0.163_sql.txt
Normal file
7
updates/0.10/ver_0.163_sql.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE `pp_shop_orders` ADD COLUMN `parsed` INT(11) NULL DEFAULT '0' AFTER `baselinker_order_id`;
|
||||
CREATE TABLE `pp_shop_orders_products_intersection` ( `id` INT NOT NULL AUTO_INCREMENT, `product_1_id` INT NOT NULL DEFAULT '0', `product_2_id` INT NOT NULL DEFAULT '0', `intersection_count` INT NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) COLLATE='utf8_polish_ci';
|
||||
ALTER TABLE `pp_shop_orders_products_intersection` ADD INDEX `product_1_id` (`product_1_id`);
|
||||
ALTER TABLE `pp_shop_orders_products_intersection` ADD INDEX `product_2_id` (`product_2_id`);
|
||||
ALTER TABLE `pp_shop_orders_products_intersection` ADD CONSTRAINT `FK_pp_shop_orders_products_intersection_pp_shop_products` FOREIGN KEY (`product_1_id`) REFERENCES `pp_shop_products` (`id`) ON UPDATE CASCADE ON DELETE CASCADE;
|
||||
ALTER TABLE `pp_shop_orders_products_intersection` ADD CONSTRAINT `FK_pp_shop_orders_products_intersection_pp_shop_products_2` FOREIGN KEY (`product_2_id`) REFERENCES `pp_shop_products` (`id`) ON UPDATE CASCADE ON DELETE CASCADE;
|
||||
ALTER TABLE `pp_shop_orders_products_intersection` CHANGE COLUMN `intersection_count` `count` INT(11) NOT NULL DEFAULT '0' AFTER `product_2_id`;
|
||||
BIN
updates/0.10/ver_0.164.zip
Normal file
BIN
updates/0.10/ver_0.164.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.165.zip
Normal file
BIN
updates/0.10/ver_0.165.zip
Normal file
Binary file not shown.
BIN
updates/0.10/ver_0.166.zip
Normal file
BIN
updates/0.10/ver_0.166.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.166_files.txt
Normal file
1
updates/0.10/ver_0.166_files.txt
Normal file
@@ -0,0 +1 @@
|
||||
F: ../autoload/front/view/class.ShopOrder.php
|
||||
BIN
updates/0.10/ver_0.167.zip
Normal file
BIN
updates/0.10/ver_0.167.zip
Normal file
Binary file not shown.
6
updates/0.10/ver_0.167_files.txt
Normal file
6
updates/0.10/ver_0.167_files.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
F: ../autoload/front/view/class.ShopOrder.php
|
||||
F: ../autoload/admin/controls/class.Baselinker.php
|
||||
F: ../autoload/admin/factory/class.Baselinker.php
|
||||
D: ../admin/templates/baselinker/
|
||||
D: ../libraries/PicORM/
|
||||
D: ../libraries/slide-menu/
|
||||
3
updates/0.10/ver_0.167_sql.txt
Normal file
3
updates/0.10/ver_0.167_sql.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `pp_shop_attributes_values` ADD COLUMN `impact_on_the_price` DECIMAL(10,2) NULL DEFAULT NULL AFTER `is_default`;
|
||||
ALTER TABLE `pp_shop_products` CHANGE COLUMN `stock_0_buy` `stock_0_buy` INT(11) NULL DEFAULT '0' AFTER `new_to_date`;
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `baselinker_product_name` VARCHAR(255) NULL DEFAULT NULL AFTER `baselinker_product_id`;
|
||||
BIN
updates/0.10/ver_0.168.zip
Normal file
BIN
updates/0.10/ver_0.168.zip
Normal file
Binary file not shown.
1
updates/0.10/ver_0.168_sql.txt
Normal file
1
updates/0.10/ver_0.168_sql.txt
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `pp_shop_products` ADD COLUMN `archive` INT NULL DEFAULT '0' AFTER `baselinker_get_data_date`;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user