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