X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=7624731c52908fb5a43b0f0e79571242e9ce6bcd;hp=99bdf22fbcd35d08079f7e5d7ecbb4327efc0dba;hb=9907359108e36864d8d9bcdf6acbe7a3b8335bd8;hpb=4940080670944a15916c68fb294e18a6bfef12d5 diff --git a/src/it/hib-test/postgres.sql b/src/it/hib-test/postgres.sql index 99bdf22f..7624731c 100644 --- a/src/it/hib-test/postgres.sql +++ b/src/it/hib-test/postgres.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);