X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test-5.2.18%2Fpostgres.sql;fp=src%2Fit%2Fhib-test-5.2.18%2Fpostgres.sql;h=7624731c52908fb5a43b0f0e79571242e9ce6bcd;hp=0000000000000000000000000000000000000000;hb=2e85504dc64f3b334f8c90f31c678b00f629c244;hpb=ebc47344a380e8826aeaec7f6e4717e7013212d4 diff --git a/src/it/hib-test-5.2.18/postgres.sql b/src/it/hib-test-5.2.18/postgres.sql new file mode 100644 index 00000000..7624731c --- /dev/null +++ b/src/it/hib-test-5.2.18/postgres.sql @@ -0,0 +1,10 @@ + + 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);