Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / tutorials / schema-basic.sql
index 4da1a3c..c5e2c0e 100644 (file)
@@ -1,6 +1,4 @@
 
-    drop table EVENTS if exists;
-
     create table EVENTS (
         EVENT_ID bigint not null,
         EVENT_DATE timestamp,