X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fit%2Fhibernate4-maven-plugin-envers-sample%2Fdrop-tables-hsqldb.sql;h=c2ebbecdb6d05a05830799ee468ca607fe4fbd2c;hb=9866cabaae00b8766c6e97bac61074b9b35a2909;hp=1578d8986d3a880efa3c765c88660afc285bdc7b;hpb=1628bcf6c9290a729352215ee22e5b48fa628c4c;p=hibernate4-maven-plugin diff --git a/src/it/hibernate4-maven-plugin-envers-sample/drop-tables-hsqldb.sql b/src/it/hibernate4-maven-plugin-envers-sample/drop-tables-hsqldb.sql index 1578d898..c2ebbecd 100644 --- a/src/it/hibernate4-maven-plugin-envers-sample/drop-tables-hsqldb.sql +++ b/src/it/hibernate4-maven-plugin-envers-sample/drop-tables-hsqldb.sql @@ -1,10 +1,10 @@ - drop table TTL_AUDIT_REVISION if exists cascade; - drop table TTL_EVENT if exists cascade; + drop table if exists TTL_AUDIT_REVISION CASCADE ; - drop table TTL_EVENT_AUD if exists cascade; + drop table if exists TTL_EVENT CASCADE ; - drop sequence TTL_AUDIT_REVISION_SEQ if exists ; + drop table if exists TTL_EVENT_AUD CASCADE ; - drop sequence TTL_EVENT_SEQ if exists ; + drop sequence TTL_AUDIT_REVISION_SEQ if exists; + drop sequence TTL_EVENT_SEQ if exists;