Upgraded Hibernate
[hibernate4-maven-plugin] / src / it / h4mp-mod / schema.sql
index 9376dd7..6b95ee2 100644 (file)
@@ -1,5 +1,4 @@
-
-    create sequence hibernate_sequence start 1 increment 1;
+create sequence hibernate_sequence start 1 increment 1;
 
     create table MainEntity (
         id int8 not null,