X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fh2.sql;h=fd15b3fa84b3118f34b8803d85ee5021719d817f;hp=50da4e5198e48999b555c74102915e9e714e9a39;hb=ee7f6da0225efc14d89fab58d88a45c98823399e;hpb=fee05864d61145a06ee870fbffd3bff1e95af08c diff --git a/src/it/hib-test/h2.sql b/src/it/hib-test/h2.sql index 50da4e51..fd15b3fa 100644 --- a/src/it/hib-test/h2.sql +++ b/src/it/hib-test/h2.sql @@ -1,6 +1,4 @@ - drop table test_simple if exists; - create table test_simple ( uuid varchar(36) not null, content clob, @@ -9,5 +7,4 @@ 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);