file to drop all tables
This commit is contained in:
parent
3cfc55f7ae
commit
aeaaea1731
1 changed files with 17 additions and 0 deletions
17
dropall.sql
Normal file
17
dropall.sql
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
DROP TABLE Personnel;
|
||||||
|
DROP TABLE Doctorant;
|
||||||
|
DROP TABLE Scientifique;
|
||||||
|
DROP TABLE Enseignant_Chercheur;
|
||||||
|
DROP TABLE Evenement;
|
||||||
|
DROP TABLE Congres;
|
||||||
|
DROP TABLE Labo_externe;
|
||||||
|
DROP TABLE Journee_Porte_Ouvertes;
|
||||||
|
DROP TABLE Auteur_Externe ;
|
||||||
|
DROP TABLE Publication ;
|
||||||
|
DROP TABLE Participe;
|
||||||
|
DROP TABLE Preside;
|
||||||
|
DROP TABLE Publie_Scientifique;
|
||||||
|
DROP TABLE Publie_Doctorant;
|
||||||
|
DROP TABLE Publie_Externe;
|
||||||
|
DROP TABLE Participe_Externe;
|
||||||
|
DROP TABLE Organise ;
|
Loading…
Reference in a new issue