X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fh2.sql;h=fd15b3fa84b3118f34b8803d85ee5021719d817f;hp=f4fff24a50e7156e6fc15ce2db02581cc196ed87;hb=ee7f6da0225efc14d89fab58d88a45c98823399e;hpb=2ec0af491d992d9c26000f803bbc61fdb1299318 diff --git a/src/it/hib-test/h2.sql b/src/it/hib-test/h2.sql index f4fff24a..fd15b3fa 100644 --- a/src/it/hib-test/h2.sql +++ b/src/it/hib-test/h2.sql @@ -7,5 +7,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);