X-Git-Url: http://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=ee7f6da0225efc14d89fab58d88a45c98823399e;hpb=2ec0af491d992d9c26000f803bbc61fdb1299318 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;