Upgraded Hibernate
[hibernate4-maven-plugin] / src / it / ignored-dependency / schema.sql
index d2a1838..9b3970f 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,