X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fupdate%2Fupdate.sql;h=d739136f4a997b688e3e6908ee48701b3f808e9a;hp=0c9457ca769ce523e67fd6d5c2caab5eb3503018;hb=9c64807d3af68465473aec442bd0d435c0032c3c;hpb=1c7a39cd460e2e6d4af43e96b3af4c0d77e56d41 diff --git a/src/it/update/update.sql b/src/it/update/update.sql index 0c9457ca..d739136f 100644 --- a/src/it/update/update.sql +++ b/src/it/update/update.sql @@ -1,3 +1,3 @@ - alter table EVENTS - add column MY_NEW_EVENT_DATE_COLUMN timestamp; + alter table TEST.PUBLIC.EVENTS + add column MY_NEW_EVENT_DATE_COLUMN timestamp;