X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-envers.sql;h=ecec80efc160ef1ab938315d898949770bfcf47d;hp=44643fa8dc09f43ffc2be62311b187f0a3f5de94;hb=4940080670944a15916c68fb294e18a6bfef12d5;hpb=fdda82a6f76deefd10f83da89d7e82054e3c3ecd diff --git a/src/it/tutorials/schema-envers.sql b/src/it/tutorials/schema-envers.sql index 44643fa8..ecec80ef 100644 --- a/src/it/tutorials/schema-envers.sql +++ b/src/it/tutorials/schema-envers.sql @@ -1,10 +1,4 @@ - drop table EVENTS if exists; - - drop table EVENTS_AUD if exists; - - drop table REVINFO if exists; - create table EVENTS ( id bigint not null, EVENT_DATE timestamp, @@ -28,6 +22,6 @@ ); alter table EVENTS_AUD - add constraint FK_3hegaqrrpmx0jj0c8qacjtira + add constraint FK5cembm6xahf542q8e4h0pq2t1 foreign key (REV) references REVINFO;