Upgraded Hibernate 5.3.9.Final to 5.4.2.Final
[hibernate4-maven-plugin] / src / it / update / update.sql
index d739136..2d5d891 100644 (file)
@@ -1,3 +1,3 @@
 
-    alter table TEST.PUBLIC.EVENTS 
+    alter table EVENTS 
        add column MY_NEW_EVENT_DATE_COLUMN timestamp;