The generated schema is checked for it hmp-testclasses-annotationscanning
[hibernate4-maven-plugin] / src / it / hmp-testclasses-annotationscanning / drop-schema.ddl
1
2     drop table HMP_FACHGEBIET if exists;
3
4     drop table HMP_UCI_TEST_ENTITY if exists;
5
6     drop sequence if exists HMP_SEQ;