finally drop all tables
This commit is contained in:
parent
43f5ffe65e
commit
67e9eede1b
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ DROP TABLE Projet CASCADE;
|
|||
DROP TABLE Scientifique CASCADE;
|
||||
DROP TABLE Etablissement CASCADE;
|
||||
DROP TABLE Enseignant_Chercheur CASCADE;
|
||||
DROP TABLE Encadrement CASCADE;
|
||||
DROP TABLE Partenaire CASCADE;
|
||||
DROP TABLE Evenement CASCADE;
|
||||
DROP TABLE Congres CASCADE;
|
||||
DROP TABLE Labo_externe CASCADE;
|
||||
|
|
Loading…
Reference in a new issue