X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=99bdf22fbcd35d08079f7e5d7ecbb4327efc0dba;hp=43c3d58178cf1273bec921c5287e3823147bea8c;hb=4940080670944a15916c68fb294e18a6bfef12d5;hpb=fdda82a6f76deefd10f83da89d7e82054e3c3ecd 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,