Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / hib-test / postgres.sql
index 43c3d58..99bdf22 100644 (file)
@@ -1,6 +1,4 @@
 
-    drop table if exists test_simple cascade;
-
     create table test_simple (
         uuid varchar(36) not null,
         content text,