// Fix install of ps_stock table

This commit is contained in:
rMalie
2011-08-11 12:45:43 +00:00
parent 7ead1a8b5f
commit b082b9b695
3 changed files with 40 additions and 34 deletions
+34 -30
View File
@@ -1128,33 +1128,37 @@ INSERT INTO `PREFIX_store` (`id_store`, `id_country`, `id_state`, `name`, `addre
INSERT INTO `PREFIX_store_shop` (`id_store`, `id_shop`) (SELECT `id_store`, 1 FROM `PREFIX_store`);
INSERT INTO `PREFIX_stock` (`id_stock`, `id_product`, `id_product_attribute`, `id_shop`, `quantity`) VALUES
(1, 1, 25, 1, 150),
(2, 1, 26, 1, 120),
(3, 1, 27, 1, 230),
(4, 1, 28, 1, 150),
(5, 1, 29, 1, 120),
(6, 1, 30, 1, 230),
(7, 1, 31, 1, 150),
(8, 1, 31, 1, 120),
(9, 1, 33, 1, 230),
(10, 1, 34, 1, 150),
(11, 1, 35, 1, 120),
(12, 1, 36, 1, 230),
(13, 1, 39, 1, 150),
(14, 1, 40, 1, 120),
(15, 1, 41, 1, 230),
(16, 1, 42, 1, 150),
(17, 2, 7, 1, 120),
(18, 2, 8, 1, 230),
(19, 2, 9, 1, 150),
(20, 2, 10, 1, 120),
(21, 5, 12, 1, 230),
(22, 5, 13, 1, 150),
(23, 5, 14, 1, 120),
(24, 5, 15, 1, 230),
(25, 6, 0, 1, 230),
(26, 7, 19, 1, 150),
(27, 7, 22, 1, 120),
(28, 7, 23, 1, 230),
(29, 8, 0, 1, 230),
(30, 9, 0, 1, 150);
(1, 2, 7, 1, 10),
(2, 2, 8, 1, 20),
(3, 2, 9, 1, 30),
(4, 2, 10, 1, 40),
(5, 5, 12, 1, 100),
(6, 5, 13, 1, 99),
(7, 5, 14, 1, 50),
(8, 5, 15, 1, 25),
(9, 7, 19, 1, 50),
(10, 7, 22, 1, 60),
(11, 7, 23, 1, 70),
(12, 1, 25, 1, 50),
(13, 1, 26, 1, 50),
(14, 1, 27, 1, 50),
(15, 1, 28, 1, 50),
(16, 1, 29, 1, 50),
(17, 1, 30, 1, 50),
(18, 1, 31, 1, 50),
(19, 1, 32, 1, 50),
(20, 1, 33, 1, 50),
(21, 1, 34, 1, 50),
(22, 1, 35, 1, 50),
(23, 1, 36, 1, 50),
(24, 1, 39, 1, 50),
(25, 1, 40, 1, 50),
(26, 1, 41, 1, 50),
(27, 1, 42, 1, 50),
(32, 1, 0, 1, 800),
(33, 2, 0, 1, 100),
(34, 5, 0, 1, 274),
(35, 6, 0, 1, 250),
(36, 7, 0, 1, 180),
(37, 8, 0, 1, 1),
(38, 9, 0, 1, 1);