changed drop types in dropall.sql
This commit is contained in:
parent
683d45f9fb
commit
c9f6320b41
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
DROP TYPE echelon CASCADE;
|
||||
DROP TYPE grade CASCADE;
|
||||
DROP TYPE T_CLASSECONF CASCADE;
|
||||
DROP TYPE T_GRADE CASCADE;
|
||||
DROP TYPE T_ECHELON CASCADE;
|
||||
DROP TABLE Personnel CASCADE;
|
||||
DROP TABLE Doctorant CASCADE;
|
||||
DROP TABLE Projet CASCADE;
|
||||
|
|
Loading…
Reference in a new issue