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