Browse Source

changed drop types in dropall.sql

nbillard 1 year ago
parent
commit
c9f6320b41
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      dropall.sql

+ 3
- 2
dropall.sql View File

@@ -1,5 +1,6 @@
1
-DROP TYPE echelon CASCADE;
2
-DROP TYPE grade CASCADE;
1
+DROP TYPE T_CLASSECONF CASCADE;
2
+DROP TYPE T_GRADE CASCADE;
3
+DROP TYPE T_ECHELON CASCADE;
3 4
 DROP TABLE Personnel CASCADE;
4 5
 DROP TABLE Doctorant CASCADE;
5 6
 DROP TABLE Projet CASCADE;

Loading…
Cancel
Save