X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-entitymanager.sql;fp=src%2Fit%2Ftutorials%2Fschema-entitymanager.sql;h=0000000000000000000000000000000000000000;hp=48eb18eff00d5c93301f13db88e8ad9cdbe16ee5;hb=0b6b9a1bd8950880713885618d8e31c772a085ec;hpb=9e37fd1049f8a6794396cd7c8879dc413fbcb87c diff --git a/src/it/tutorials/schema-entitymanager.sql b/src/it/tutorials/schema-entitymanager.sql deleted file mode 100644 index 48eb18ef..00000000 --- a/src/it/tutorials/schema-entitymanager.sql +++ /dev/null @@ -1,7 +0,0 @@ - - create table EVENTS ( - id bigint not null, - EVENT_DATE timestamp, - title varchar(255), - primary key (id) - );