Upgraded Hibernate from 5.2.4.Final to 5.2.18.Final
[hibernate4-maven-plugin] / src / it / hib-test / oracle.sql
index 37ad107..38caf32 100644 (file)
@@ -1,6 +1,4 @@
 
-    drop table test_simple cascade constraints;
-
     create table test_simple (
         uuid varchar2(36 char) not null,
         content clob,
@@ -9,5 +7,4 @@
         sources varchar2(255 char),
         primary key (uuid)
     );
-
-    create index idx_test_simple_tuple on test_simple (sources, uuid);
+create index idx_test_simple_tuple on test_simple (sources, uuid);