X-Git-Url: http://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=c0054ea4ef1a092126d190cd0756f7a3ff5a0665;hpb=9c64807d3af68465473aec442bd0d435c0032c3c 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);