X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=99bdf22fbcd35d08079f7e5d7ecbb4327efc0dba;hb=f537e0f3d42eaf387601413a899e6c65fc0c5b85;hp=43c3d58178cf1273bec921c5287e3823147bea8c;hpb=fee05864d61145a06ee870fbffd3bff1e95af08c;p=hibernate-maven-plugin diff --git a/src/it/hib-test/postgres.sql b/src/it/hib-test/postgres.sql index 43c3d581..99bdf22f 100644 --- a/src/it/hib-test/postgres.sql +++ b/src/it/hib-test/postgres.sql @@ -1,6 +1,4 @@ - drop table if exists test_simple cascade; - create table test_simple ( uuid varchar(36) not null, content text,