X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Foracle.sql;h=38caf329c87f4433afb3641a84d49c1bacc0f7eb;hp=37ad107455b65f7e608c99c8da4e33241821013e;hb=9c64807d3af68465473aec442bd0d435c0032c3c;hpb=fee05864d61145a06ee870fbffd3bff1e95af08c diff --git a/src/it/hib-test/oracle.sql b/src/it/hib-test/oracle.sql index 37ad1074..38caf329 100644 --- a/src/it/hib-test/oracle.sql +++ b/src/it/hib-test/oracle.sql @@ -1,6 +1,4 @@ - drop table test_simple cascade constraints; - create table test_simple ( uuid varchar2(36 char) not null, content clob, @@ -9,5 +7,4 @@ sources varchar2(255 char), 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);