Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / tutorials / schema-osgi-unmanaged-jpa.sql
index 66738bb..ef98219 100644 (file)
@@ -1,6 +1,4 @@
 
-    drop table DataPoint if exists;
-
     create table DataPoint (
         id bigint generated by default as identity,
         name varchar(255),