fix merge bug
This commit is contained in:
parent
6ac25dd9f1
commit
a751bc1b73
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,7 @@ INSERT INTO Labo_externe VALUES (
|
||||||
);
|
);
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Projet (
|
INSERT INTO Projet VALUES(
|
||||||
01,
|
01,
|
||||||
'BaseDeDonnee',
|
'BaseDeDonnee',
|
||||||
'BDD',
|
'BDD',
|
||||||
|
@ -241,6 +241,7 @@ INSERT INTO Publication VALUES(
|
||||||
);
|
);
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
|
INSERT INTO Publication VALUES(
|
||||||
002,
|
002,
|
||||||
'Page rank',
|
'Page rank',
|
||||||
DATE '2022-07-07',
|
DATE '2022-07-07',
|
||||||
|
|
Loading…
Reference in a new issue