Compare commits
No commits in common. "c4ca10eecfb2030ee0d3a6d779bf5888121505ce" and "2af5e6be7f9252a1dc26694acb741f25a497dd41" have entirely different histories.
c4ca10eecf
...
2af5e6be7f
1 changed files with 2 additions and 13 deletions
15
insert.sql
15
insert.sql
|
|
@ -74,17 +74,6 @@ INSERT INTO Personnel (
|
|||
'2020-9-15'
|
||||
);
|
||||
|
||||
INSERT INTO DOCTORANT(
|
||||
0,
|
||||
DATE '2022-08-17',
|
||||
DATE '2023-01-30'
|
||||
);
|
||||
|
||||
INSERT INTO DOCTORANT(
|
||||
4,
|
||||
DATE '2022-07-30',
|
||||
DATE '2023-02-20'
|
||||
);
|
||||
|
||||
INSERT INTO Labo_externe (
|
||||
0,
|
||||
|
|
@ -138,7 +127,7 @@ INSERT INTO Projet (
|
|||
30,
|
||||
1000,
|
||||
500,
|
||||
001
|
||||
001
|
||||
);
|
||||
|
||||
INSERT INTO Projet (
|
||||
|
|
@ -150,5 +139,5 @@ INSERT INTO Projet (
|
|||
40,
|
||||
100,
|
||||
60,
|
||||
002
|
||||
002
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue