X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fit%2Fproperties%2Fh2.sql;h=7f75d95ea30b4a52026e4925916e01690302fb0c;hb=9907359108e36864d8d9bcdf6acbe7a3b8335bd8;hp=10d07285fd4ded0c9a463b515acbcabf18187edd;hpb=4940080670944a15916c68fb294e18a6bfef12d5;p=hibernate4-maven-plugin diff --git a/src/it/properties/h2.sql b/src/it/properties/h2.sql index 10d07285..7f75d95e 100644 --- a/src/it/properties/h2.sql +++ b/src/it/properties/h2.sql @@ -6,5 +6,4 @@ sources varchar(255), primary key (uuid) ); - - create index idx_test_simple_tuple on test_simple (sources, uuid); +create index idx_test_simple_tuple on test_simple (sources, uuid);