Configured the 5.1.17-tutorials as integration-tests for the plugin
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / drop-tables-hsqldb.sql
index 04b457d..b1387e8 100644 (file)
@@ -1,6 +1,6 @@
 
     alter table TTL_EVENT_AUD 
-        drop constraint FK_cjsh8995uabmdm9b30uvmyj6p;
+        drop constraint FK295td34se5kaxwgo8i1ph0k4;
 
     drop table TTL_AUDIT_REVISION if exists;
 
@@ -8,6 +8,6 @@
 
     drop table TTL_EVENT_AUD if exists;
 
-    drop sequence TTL_AUDIT_REVISION_SEQ;
+    drop sequence TTL_AUDIT_REVISION_SEQ if exists;
 
-    drop sequence TTL_EVENT_SEQ;
+    drop sequence TTL_EVENT_SEQ if exists;