X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fschema-osgi-unmanaged-jpa.sql;h=ef982198f800fc2edd385e1f6c1dc5f514a2d16d;hp=66738bb5cff0aa791a5a8a38f850c53b144c4e8d;hb=4940080670944a15916c68fb294e18a6bfef12d5;hpb=94e6b2e93fe107e75c9d20aa1eb3126e78a5ed0a 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),