db-update-2012-12-17.sql
9.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
##############
# 17/12/2012 #
##############
# UPDATE categories et sous-categories
SET foreign_key_checks = 0;
DELETE FROM sous_categories;
ALTER TABLE `sous_categories` AUTO_INCREMENT =1;
DELETE FROM categories;
ALTER TABLE `categories` AUTO_INCREMENT =1;
SET foreign_key_checks = 1;
# Categories
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (1, 'Alimentation',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (2, 'Amplificateur',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (3, 'Analyseur',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (4, 'Carte',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (5, 'Diode',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (6, 'Codeur',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (7, 'Convertisseur',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (8, 'Generateur',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (9, 'Logiciel Electronique',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (10, 'Z-Materiel Electronique',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (11, 'Mesure Electronique',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (12, 'Multimetre',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (13, 'Oscilloscope',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (14, 'Programmateur',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (15, 'Recepteur',1);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (16, 'Baie',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (17, 'Disque',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (18, 'Imprimante',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (19, 'Logiciel Informatique',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (20, 'Z-Materiel Informatique',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (21, 'Moniteur',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (22, 'Onduleur',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (23, 'Portable',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (24, 'Reseau',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (25, 'Serveur',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (26, 'Station Travail',2);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (27, 'Binoculaire',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (28, 'Calibrateur',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (29, 'Carte PC',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (30, 'Chimie',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (31, 'Compresseur',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (32, 'Cryothermostat',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (33, 'Cuve',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (34, 'Deplacement Horizontal',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (35, 'Deplacement Rotation',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (36, 'Detendeur',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (37,'Etuve',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (38, 'Filtre',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (39, 'Four',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (40, 'Jauge',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (41, 'Logiciel Instrumentation',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (42, 'Manometre',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (43, 'Z-Materiel Chimie',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (44, 'Z-materiel Instrumentation',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (45, 'Mesure Instrumentale',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (46, 'Meteo',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (47, 'PC Acquisition',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (48, 'Pompe a vide',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (49, 'Sonde',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (50, 'Spectrometre',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (51, 'Station sismologique',3);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (52, 'Climatisation',4);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (53, 'Mobilier',4);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (54, 'Z-Materiel Logistique',4);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (55, 'Vehicule',4);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (56, 'Video-Projecteur',4);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (57, 'Z-Materiel Mecanique',5);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (58, 'Adc',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (59, 'AutocColimateur',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (60, 'Analyseur Optique',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (61, 'Camera',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (62, 'Laser',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (63, 'Lentille',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (64, 'Logiciel Optique',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (65, 'Z-Materiel Optique',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (66, 'Miroir',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (67, 'Monochromateur',6);
INSERT INTO `categories` (`id`, `nom`, `sur_categorie_id`) VALUES (68, 'Optometre',6);
# Sous-categories
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (1, 'Appareil',1);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (2, 'Batterie',1);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (3, 'Chassis',1);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (4, 'Haute tension',1);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (5, 'Puissance',1);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (6, 'Tension',1);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (7, 'Spectre',3);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (8, 'Logique',3);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (9, 'ACQUISITION',4);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (10, 'FPGA',4);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (11, 'Generateur',8);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (12, 'ASIC',9);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (13, 'Etalon',11);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (14, 'PicoAmperemetre',11);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (15, 'Photometre',11);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (16, 'Pont',11);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (17, 'Couleur',18);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (18, 'Laser Couleur',18);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (19, 'Laser Noir et Blanc',18);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (20, 'Traitement Image',19);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (21, 'Mac',21);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (22, 'Mac',23);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (23, 'PC',23);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (24, 'Commutateur',24);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (25, 'Mac',26);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (26, 'PC',26);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (27, 'Acquisition',29);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (28, 'Generateur',29);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (29, 'Vide',44);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (30, 'Ions',45);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (31, 'Particules',45);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (32, 'Oxygene',45);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (33, 'Temps',45);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (34, 'Bureau',52);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (35, 'Visio',54);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (36, 'Couple',57);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (37, 'Graphique',60);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (38, 'Laser',60);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (39, 'CCD',61);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (40, 'CMOS',61);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (41, 'Infra-Rouge',61);
INSERT INTO `sous_categories` (`id`, `nom`, `categorie_id`) VALUES (42, 'Laser',65);