The branch "master" has been updated. The following is a summary of the commits.
from: ea170b7c258d7fc17fbc7639220a338fd0a95762 9c02c01 Fix migration script e3f1b45 Fix quoting. ----------------------------------------------------------------------- commit 9c02c01ef9a7ee85943515dc5870aac6c146456d Author: Michael M Slusarz <[email protected]> Date: Wed Mar 20 00:23:13 2013 -0600 Fix migration script I *think* SQL requires single quotes here instead of double quotes. At the very least, Postgres was erroring with this message: SQLSTATE[42703]: Undefined column: 7 ERROR: column "imp.%" does not exist imp/migration/3_imp_maillog_update.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/9c02c01ef9a7ee85943515dc5870aac6c146456d ----------------------------------------------------------------------- commit e3f1b45cca42f3688ac57ae155ea87a4850881bb Author: Jan Schneider <[email protected]> Date: Wed Mar 20 10:38:06 2013 +0100 Fix quoting. imp/migration/3_imp_maillog_update.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e3f1b45cca42f3688ac57ae155ea87a4850881bb -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
