Corrected the description of the three golas create/update/drop
[hibernate4-maven-plugin] / src / it / update / update.sql
1
2     alter table EVENTS 
3         add column MY_NEW_EVENT_DATE_COLUMN timestamp;