X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fit%2Fschemaexport-example%2Fschema.sql;h=f1729b9e4458c3ea4261235a573aadd4e7264a9b;hb=c0054ea4ef1a092126d190cd0756f7a3ff5a0665;hp=5c57479e623784869bd654f9f2e5583e204fd161;hpb=4940080670944a15916c68fb294e18a6bfef12d5;p=hibernate4-maven-plugin diff --git a/src/it/schemaexport-example/schema.sql b/src/it/schemaexport-example/schema.sql index 5c57479e..f1729b9e 100644 --- a/src/it/schemaexport-example/schema.sql +++ b/src/it/schemaexport-example/schema.sql @@ -1,5 +1,4 @@ - - create sequence hibernate_sequence start with 1 increment by 1; +create sequence hibernate_sequence start with 1 increment by 1; create table ABTEILUNG ( OID bigint not null,