Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libriciel
web-DPO
Commits
d3575a44
Commit
d3575a44
authored
Apr 17, 2020
by
Théo GUILLON
Browse files
Correction : droits sur les roles
parent
7af2240b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Config/Schema/CreationBase/data-dev/1.2.0.sql
View file @
d3575a44
...
...
@@ -899,13 +899,24 @@ INSERT INTO public.role_droits (id, role_id, liste_droit_id) VALUES (56, 5, 24);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
57
,
5
,
25
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
58
,
5
,
26
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
59
,
5
,
27
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
60
,
4
,
28
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
61
,
4
,
29
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
62
,
4
,
30
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
63
,
4
,
31
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
64
,
3
,
30
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
65
,
5
,
28
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
66
,
5
,
29
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
67
,
5
,
30
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
68
,
5
,
31
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
69
,
1
,
30
);
INSERT
INTO
public
.
role_droits
(
id
,
role_id
,
liste_droit_id
)
VALUES
(
70
,
2
,
30
);
--
-- Name: role_droits_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT
pg_catalog
.
setval
(
'public.role_droits_id_seq'
,
59
,
true
);
SELECT
pg_catalog
.
setval
(
'public.role_droits_id_seq'
,
70
,
true
);
--
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment