X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fschemaexport-example%2Fschema.sql;h=f1729b9e4458c3ea4261235a573aadd4e7264a9b;hp=5c57479e623784869bd654f9f2e5583e204fd161;hb=ee7f6da0225efc14d89fab58d88a45c98823399e;hpb=2ec0af491d992d9c26000f803bbc61fdb1299318 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,