X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhibernate4-maven-plugin-envers-sample%2Fdrop-tables-hsqldb.sql;h=b1387e801de04e54a84b52e31e74642839eb007a;hp=d1237677aa8bb570db10dae20c28a8e5cf5c15da;hb=40e2f2b4f5c2050c8673b5be8a2d374c003acd98;hpb=8e5921c9e76b4540f1d4b75e05e338001145ff6d 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 d1237677..b1387e80 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 @@ -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;