fix insert problems zith participe_externe
This commit is contained in:
parent
638d27f33b
commit
68c2ded08a
1 changed files with 3 additions and 3 deletions
|
@ -923,17 +923,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