X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-osgi-managed-jpa.sql;fp=src%2Fit%2Ftutorials%2Fschema-osgi-managed-jpa.sql;h=0000000000000000000000000000000000000000;hp=de92e4634759a32512133d094a60d40c97d06a26;hb=64f720667c586f37a72ca1592fc5dbd4533dd557;hpb=ea93983d161f5d37d389298df4ff42d24263a621 diff --git a/src/it/tutorials/schema-osgi-managed-jpa.sql b/src/it/tutorials/schema-osgi-managed-jpa.sql deleted file mode 100644 index de92e463..00000000 --- a/src/it/tutorials/schema-osgi-managed-jpa.sql +++ /dev/null @@ -1,7 +0,0 @@ -create sequence hibernate_sequence start with 1 increment by 1; - - create table DataPoint ( - id bigint not null, - name varchar(255), - primary key (id) - );