Configured the 5.0.12-tutorials as integration-test for the plugin
[hibernate4-maven-plugin] / src / it / h4mp-mod / schema.sql
index 1fc1d88..6b95ee2 100644 (file)
@@ -1,3 +1,4 @@
+create sequence hibernate_sequence start 1 increment 1;
 
     create table MainEntity (
         id int8 not null,
@@ -21,8 +22,6 @@
     );
 
     alter table MainEntity_AUD 
-        add constraint FK_kpx35pyi0ssiutbfxbf8klu06 
+        add constraint FKdyho0e2yvr52e1nf5rt18k2ec 
         foreign key (REV) 
         references REVINFO;
-
-    create sequence hibernate_sequence;