X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-annotations.sql;h=48eb18eff00d5c93301f13db88e8ad9cdbe16ee5;hp=8448e8a2c43b12f8c0dbbb15d9e8133955e5518c;hb=9e37fd1049f8a6794396cd7c8879dc413fbcb87c;hpb=94e6b2e93fe107e75c9d20aa1eb3126e78a5ed0a diff --git a/src/it/tutorials/schema-annotations.sql b/src/it/tutorials/schema-annotations.sql index 8448e8a2..48eb18ef 100644 --- a/src/it/tutorials/schema-annotations.sql +++ b/src/it/tutorials/schema-annotations.sql @@ -1,6 +1,4 @@ - drop table EVENTS if exists; - create table EVENTS ( id bigint not null, EVENT_DATE timestamp,