Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / ignored-dependency / schema.sql
index 510de4f..d2a1838 100644 (file)
@@ -1,7 +1,7 @@
 
+    create sequence hibernate_sequence start 1 increment 1;
+
     create table MainEntity (
         id int8 not null,
         primary key (id)
     );
-
-    create sequence hibernate_sequence;