From aeaaea17315b7c44d8325d911f92920cf41a49b3 Mon Sep 17 00:00:00 2001 From: nbillard Date: Wed, 7 Dec 2022 09:01:04 +0100 Subject: [PATCH] file to drop all tables --- dropall.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dropall.sql diff --git a/dropall.sql b/dropall.sql new file mode 100644 index 0000000..4cffbb8 --- /dev/null +++ b/dropall.sql @@ -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 ;