X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=7624731c52908fb5a43b0f0e79571242e9ce6bcd;hp=99bdf22fbcd35d08079f7e5d7ecbb4327efc0dba;hb=ee7f6da0225efc14d89fab58d88a45c98823399e;hpb=2ec0af491d992d9c26000f803bbc61fdb1299318 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);