Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / hib-test / h2.sql
index 50da4e5..f4fff24 100644 (file)
@@ -1,6 +1,4 @@
 
-    drop table test_simple if exists;
-
     create table test_simple (
         uuid varchar(36) not null,
         content clob,