The generated schema is checked for it hmp-testclasses-annotationscanning
[hibernate4-maven-plugin] / src / it / hmp-testclasses-annotationscanning / drop-schema.ddl
diff --git a/src/it/hmp-testclasses-annotationscanning/drop-schema.ddl b/src/it/hmp-testclasses-annotationscanning/drop-schema.ddl
new file mode 100644 (file)
index 0000000..1a24e12
--- /dev/null
@@ -0,0 +1,6 @@
+
+    drop table HMP_FACHGEBIET if exists;
+
+    drop table HMP_UCI_TEST_ENTITY if exists;
+
+    drop sequence if exists HMP_SEQ;