Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / hib-test / oracle.sql
index 37ad107..15df941 100644 (file)
@@ -1,6 +1,4 @@
 
-    drop table test_simple cascade constraints;
-
     create table test_simple (
         uuid varchar2(36 char) not null,
         content clob,