fixed non-existing foreign ids
This commit is contained in:
parent
76877a4726
commit
a07068a21d
1 changed files with 2 additions and 2 deletions
|
@ -439,12 +439,12 @@ INSERT INTO Publie_Externe VALUES (
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
3,
|
3,
|
||||||
5
|
1
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
4,
|
4,
|
||||||
5
|
1
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO Publie_Externe VALUES (
|
INSERT INTO Publie_Externe VALUES (
|
||||||
|
|
Loading…
Reference in a new issue