1 |
nhaye |
379 |
-- |
2 |
|
|
-- Contenu de la table om_droit |
3 |
|
|
-- |
4 |
|
|
INSERT INTO om_droit (om_droit, om_profil) VALUES |
5 |
fmichon |
380 |
|
6 |
|
|
('menu_application', '1'), |
7 |
|
|
('menu_export', '1'), |
8 |
|
|
('menu_parametrage', '1'), |
9 |
|
|
('menu_sig', '1'), |
10 |
|
|
('menu_administration', '1'), |
11 |
|
|
|
12 |
|
|
('om_sig_map', '4'), |
13 |
|
|
('om_sig_map_comp', '4'), |
14 |
|
|
('om_sig_map_wms', '4'), |
15 |
|
|
('om_sig_wms', '4'), |
16 |
|
|
|
17 |
|
|
('parcelle_lot', '4'), |
18 |
|
|
('servitude_surfacique', '4'), |
19 |
|
|
('servitude_point', '4'), |
20 |
|
|
('servitude_ligne', '4'), |
21 |
|
|
|
22 |
|
|
('parametre', '4'), |
23 |
|
|
('num_dossier', '4'), |
24 |
|
|
|
25 |
|
|
('edition_d', '2'), |
26 |
|
|
('edition', '2'), |
27 |
|
|
('reqmo', '2'), |
28 |
|
|
('export_pc', '2'), |
29 |
|
|
('export_dp', '2'), |
30 |
|
|
('export_sitadel', '2'), |
31 |
|
|
|
32 |
|
|
('instruction', '2'), |
33 |
|
|
('consultation', '3'), |
34 |
|
|
('terrain', '3'), |
35 |
|
|
('blocnote', '3'), |
36 |
|
|
('destination_shon', '3'), |
37 |
|
|
('modificatif', '3'), |
38 |
|
|
|
39 |
|
|
('dossier', '3') |
40 |
|
|
|
41 |
|
|
; |
42 |
|
|
|
43 |
|
|
delete from om_droit where om_droit='om_sig_point'; |