Configured the 5.0.12-tutorials as integration-test for the plugin
[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;