X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-annotations.sql;h=48eb18eff00d5c93301f13db88e8ad9cdbe16ee5;hp=8448e8a2c43b12f8c0dbbb15d9e8133955e5518c;hb=4940080670944a15916c68fb294e18a6bfef12d5;hpb=fdda82a6f76deefd10f83da89d7e82054e3c3ecd 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,