X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhmp-testclasses-annotationscanning%2Fdrop-schema.ddl;fp=src%2Fit%2Fhmp-testclasses-annotationscanning%2Fdrop-schema.ddl;h=1a24e12d58eaf5019c2035c8afcf1789828343d8;hp=0000000000000000000000000000000000000000;hb=7104f9bf07991ab3a83717d2e699db6686f8fcb0;hpb=47e10a3fc8b38773e46a6526f84059a9f59a22db diff --git a/src/it/hmp-testclasses-annotationscanning/drop-schema.ddl b/src/it/hmp-testclasses-annotationscanning/drop-schema.ddl new file mode 100644 index 00000000..1a24e12d --- /dev/null +++ b/src/it/hmp-testclasses-annotationscanning/drop-schema.ddl @@ -0,0 +1,6 @@ + + drop table HMP_FACHGEBIET if exists; + + drop table HMP_UCI_TEST_ENTITY if exists; + + drop sequence if exists HMP_SEQ;