Added the goal "update"
[hibernate4-maven-plugin] / src / it / update / update.sql
diff --git a/src/it/update/update.sql b/src/it/update/update.sql
new file mode 100644 (file)
index 0000000..0c9457c
--- /dev/null
@@ -0,0 +1,3 @@
+
+    alter table EVENTS 
+        add column MY_NEW_EVENT_DATE_COLUMN timestamp;