Added tutorials of the hibernate-release 5.0.12.Final
[hibernate4-maven-plugin] / src / it / properties / h2.sql
index 9569fa6..7f75d95 100644 (file)
@@ -1,6 +1,4 @@
 
-    drop table test_simple if exists;
-
     create table test_simple (
         uuid varchar(36) not null,
         content clob,
@@ -8,5 +6,4 @@
         sources varchar(255),
         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);