X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-envers.sql;h=ecec80efc160ef1ab938315d898949770bfcf47d;hp=44643fa8dc09f43ffc2be62311b187f0a3f5de94;hb=9e37fd1049f8a6794396cd7c8879dc413fbcb87c;hpb=94e6b2e93fe107e75c9d20aa1eb3126e78a5ed0a 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;