Skip to content
Snippets Groups Projects
Commit fded463c authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Ajout de privilèges oubliés

parent c0b89c1d
Branches
Tags
No related merge requests found
......@@ -282,3 +282,23 @@ insert into PRIVILEGE (ID, CATEGORIE_ID, CODE, LIBELLE, ORDRE) select
'Sources (visualisation)',
6
from CATEGORIE_PRIVILEGE cat where code = 'import';
/
insert into PRIVILEGE (ID, CATEGORIE_ID, CODE, LIBELLE, ORDRE) select
PRIVILEGE_ID_SEQ.nextval,
cat.id,
'tables-edition',
'Tables (édition)',
5
from CATEGORIE_PRIVILEGE cat where code = 'import';
/
insert into PRIVILEGE (ID, CATEGORIE_ID, CODE, LIBELLE, ORDRE) select
PRIVILEGE_ID_SEQ.nextval,
cat.id,
'tables-visualisation',
'Tables (visualisation)',
6
from CATEGORIE_PRIVILEGE cat where code = 'import';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment