Upgraded Hibernate
[hibernate4-maven-plugin] / src / it / hib-test / h2.sql
index f4fff24..fd15b3f 100644 (file)
@@ -7,5 +7,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);