Compare commits
2 commits
78f50e73bf
...
162a26aea6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
162a26aea6 | ||
|
|
68c2ded08a |
1 changed files with 3 additions and 3 deletions
|
|
@ -1079,17 +1079,17 @@ INSERT INTO Publie_Externe VALUES (
|
||||||
-- --
|
-- --
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
INSERT INTO participe_externe VALUES (
|
INSERT INTO participe_externe VALUES (
|
||||||
4,
|
2,
|
||||||
5
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO participe_externe VALUES (
|
INSERT INTO participe_externe VALUES (
|
||||||
5,
|
3,
|
||||||
5
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO participe_externe VALUES (
|
INSERT INTO participe_externe VALUES (
|
||||||
6,
|
1,
|
||||||
5
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue