X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-osgi-unmanaged-jpa.sql;h=ef982198f800fc2edd385e1f6c1dc5f514a2d16d;hb=8e5921c9e76b4540f1d4b75e05e338001145ff6d;hp=66738bb5cff0aa791a5a8a38f850c53b144c4e8d;hpb=94e6b2e93fe107e75c9d20aa1eb3126e78a5ed0a;p=hibernate4-maven-plugin diff --git a/src/it/tutorials/schema-osgi-unmanaged-jpa.sql b/src/it/tutorials/schema-osgi-unmanaged-jpa.sql index 66738bb5..ef982198 100644 --- a/src/it/tutorials/schema-osgi-unmanaged-jpa.sql +++ b/src/it/tutorials/schema-osgi-unmanaged-jpa.sql @@ -1,6 +1,4 @@ - drop table DataPoint if exists; - create table DataPoint ( id bigint generated by default as identity, name varchar(255),