Upgraded Hibernate
[hibernate4-maven-plugin] / src / it / schemaexport-example / schema.sql
index 5c57479..f1729b9 100644 (file)
@@ -1,5 +1,4 @@
-
-    create sequence hibernate_sequence start with 1 increment by 1;
+create sequence hibernate_sequence start with 1 increment by 1;
 
     create table ABTEILUNG (
         OID bigint not null,