X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fupdate%2Fupdate.sql;fp=src%2Fit%2Fupdate%2Fupdate.sql;h=0c9457ca769ce523e67fd6d5c2caab5eb3503018;hp=0000000000000000000000000000000000000000;hb=9ef60a3f37e89f8a2417e340ef6c6b4a11e6013e;hpb=2bc469097f6ff01d83f7a361d2c33e2a3fafef1c diff --git a/src/it/update/update.sql b/src/it/update/update.sql new file mode 100644 index 00000000..0c9457ca --- /dev/null +++ b/src/it/update/update.sql @@ -0,0 +1,3 @@ + + alter table EVENTS + add column MY_NEW_EVENT_DATE_COLUMN timestamp;