Fixed a bug when handling test-dependencies: XML-mappings were ignored
[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;