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