Hello, I'm having problem using the 'update' command in liquibase with a change-set that has a TIMESTAMP column addition to an existing table with CURRENT_TIMESTAMP as its default value. I believe that this is because liquibase tries to set 'CURRENT_TIMESTAMP' as the value, as opposed to just CURRENT_TIMESTAMP (note the quotes).
I did not create this changeset manually, it was the result of a diff between two databases. (Btw, 'diff' won't look into liquibase.properties for url, username and password). I'm using liquibase 1.9.1. Has anyone has the same problem, and has anyone found a solution? (Short of going in and changing the code?) Markus Jevring ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Liquibase-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/liquibase-user
