Configured the 5.0.12-tutorials as integration-test for the plugin
[hibernate4-maven-plugin] / src / it / ignored-dependency / schema.sql
index 510de4f..9b3970f 100644 (file)
@@ -1,7 +1,6 @@
+create sequence hibernate_sequence start 1 increment 1;
 
     create table MainEntity (
         id int8 not null,
         primary key (id)
     );
-
-    create sequence hibernate_sequence;