X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=7624731c52908fb5a43b0f0e79571242e9ce6bcd;hp=875da31e6d117fd6de139657713f33542db1f91d;hb=9907359108e36864d8d9bcdf6acbe7a3b8335bd8;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2 diff --git a/src/it/hib-test/postgres.sql b/src/it/hib-test/postgres.sql index 875da31e..7624731c 100644 --- a/src/it/hib-test/postgres.sql +++ b/src/it/hib-test/postgres.sql @@ -1,12 +1,10 @@ - drop table if exists test_simple cascade; - create table test_simple ( uuid varchar(36) not null, content text, + created timestamp, externalid varchar(148), 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);