Introduced the goal "drop"
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / drop-tables-hsqldb.sql
1
2     alter table TTL_EVENT_AUD 
3         drop constraint FK295td34se5kaxwgo8i1ph0k4;
4
5     drop table TTL_AUDIT_REVISION if exists;
6
7     drop table TTL_EVENT if exists;
8
9     drop table TTL_EVENT_AUD if exists;
10
11     drop sequence TTL_AUDIT_REVISION_SEQ;
12
13     drop sequence TTL_EVENT_SEQ;