101 lines
2.3 KiB
Plaintext
101 lines
2.3 KiB
Plaintext
|
INSERT INTO `ps_simulator` (`id_simulator`, `code`, `name`) VALUES
|
||
|
(1, 'doublecube-thematique', 'Double Cube Thématique'),
|
||
|
(2, 'doublecube-bicolor', 'Double Cube Bicolore'),
|
||
|
(3, 'doublecube-exclusif', 'Double Cube Exclusif'),
|
||
|
(4, 'pochette-thematique', 'Pochette Thematique'),
|
||
|
(5, 'pochette-bicolor', 'Pochette Bicolore'),
|
||
|
(6, 'pochette-exclusif', 'Pochette Exclusif'),
|
||
|
(7, 'pochette6-bicolor', 'Pochette par 6 Bicolore'),
|
||
|
(8, 'sachet-thematique', 'Sachet Thematique'),
|
||
|
(9, 'sachet-bicolor', 'Sachet Bicolore'),
|
||
|
(10, 'sachet-exclusif', 'Sachet Exclusif'),
|
||
|
(11, 'vrac-thematique', 'Vrac Thematique'),
|
||
|
(12, 'vrac-bicolor', 'Vrac Bicolore'),
|
||
|
(13, 'vrac-exclusif', 'Vrac Exclusif');
|
||
|
|
||
|
|
||
|
INSERT INTO `ps_simulator_theme` (`id_simulator_theme`, `id_simulator`, `name`) VALUES
|
||
|
(1, 1, 'ivoire'),
|
||
|
(2, 1, 'champetre'),
|
||
|
(3, 1, 'chocolate'),
|
||
|
(4, 1, 'cinema'),
|
||
|
(5, 1, 'fleurs'),
|
||
|
(6, 1, 'gourmandise'),
|
||
|
(7, 1, 'mer'),
|
||
|
(8, 1, 'nature'),
|
||
|
(9, 1, 'or'),
|
||
|
(10, 1, 'oriental'),
|
||
|
(11, 1, 'pop'),
|
||
|
(12, 1, 'tendance'),
|
||
|
(13, 1, 'uv'),
|
||
|
(14, 1, 'vintage'),
|
||
|
(15, 1, 'voyage'),
|
||
|
(16, 1, 'zazous'),
|
||
|
(17, 4, 'ivoire'),
|
||
|
(18, 4, 'champetre'),
|
||
|
(19, 4, 'chocolate'),
|
||
|
(20, 4, 'cinema'),
|
||
|
(21, 4, 'fleurs'),
|
||
|
(22, 4, 'gourmandise'),
|
||
|
(23, 4, 'mer'),
|
||
|
(24, 4, 'nature'),
|
||
|
(25, 4, 'or'),
|
||
|
(26, 4, 'oriental'),
|
||
|
(27, 4, 'pop'),
|
||
|
(28, 4, 'tendance'),
|
||
|
(29, 4, 'uv'),
|
||
|
(30, 4, 'vintage'),
|
||
|
(31, 4, 'voyage'),
|
||
|
(32, 4, 'zazous'),
|
||
|
(33, 8, 'ivoire'),
|
||
|
(34, 8, 'champetre'),
|
||
|
(35, 8, 'chocolate'),
|
||
|
(36, 8, 'cinema'),
|
||
|
(37, 8, 'fleurs'),
|
||
|
(38, 8, 'gourmandise'),
|
||
|
(39, 8, 'mer'),
|
||
|
(40, 8, 'nature'),
|
||
|
(41, 8, 'or'),
|
||
|
(42, 8, 'oriental'),
|
||
|
(43, 8, 'pop'),
|
||
|
(44, 8, 'tendance'),
|
||
|
(45, 8, 'uv'),
|
||
|
(46, 8, 'vintage'),
|
||
|
(47, 8, 'voyage'),
|
||
|
(48, 8, 'zazous'),
|
||
|
(49, 11, 'ivoire'),
|
||
|
(50, 11, 'champetre'),
|
||
|
(51, 11, 'chocolate'),
|
||
|
(52, 11, 'cinema'),
|
||
|
(53, 11, 'fleurs'),
|
||
|
(54, 11, 'gourmandise'),
|
||
|
(55, 11, 'mer'),
|
||
|
(56, 11, 'nature'),
|
||
|
(57, 11, 'or'),
|
||
|
(58, 11, 'oriental'),
|
||
|
(59, 11, 'pop'),
|
||
|
(60, 11, 'tendance'),
|
||
|
(61, 11, 'uv'),
|
||
|
(62, 11, 'vintage'),
|
||
|
(63, 11, 'voyage'),
|
||
|
(64, 11, 'zazous'),
|
||
|
(65, 2, 'damier'),
|
||
|
(66, 2, 'bayadere'),
|
||
|
(67, 2, 'liseres'),
|
||
|
(68, 2, 'ruban'),
|
||
|
(69, 5, 'damier'),
|
||
|
(70, 5, 'bayadere'),
|
||
|
(71, 5, 'liseres'),
|
||
|
(72, 5, 'ruban'),
|
||
|
(73, 7, 'damier'),
|
||
|
(74, 7, 'bayadere'),
|
||
|
(75, 7, 'liseres'),
|
||
|
(76, 7, 'ruban'),
|
||
|
(77, 9, 'damier'),
|
||
|
(78, 9, 'bayadere'),
|
||
|
(79, 9, 'liseres'),
|
||
|
(80, 9, 'ruban'),
|
||
|
(81, 15, 'damier'),
|
||
|
(82, 15, 'bayadere'),
|
||
|
(83, 15, 'liseres'),
|
||
|
(84, 15, 'ruban');
|