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