X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fh2.sql;fp=src%2Fit%2Fhib-test%2Fh2.sql;h=0000000000000000000000000000000000000000;hp=fd15b3fa84b3118f34b8803d85ee5021719d817f;hb=2e85504dc64f3b334f8c90f31c678b00f629c244;hpb=ebc47344a380e8826aeaec7f6e4717e7013212d4 diff --git a/src/it/hib-test/h2.sql b/src/it/hib-test/h2.sql deleted file mode 100644 index fd15b3fa..00000000 --- a/src/it/hib-test/h2.sql +++ /dev/null @@ -1,10 +0,0 @@ - - create table test_simple ( - uuid varchar(36) not null, - content clob, - created timestamp, - externalid varchar(148), - sources varchar(255), - primary key (uuid) - ); -create index idx_test_simple_tuple on test_simple (sources, uuid);