]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Repaired typo on schema and upgrade SQL
authorBill Erickson <berick@esilibrary.com>
Tue, 31 May 2011 16:16:16 +0000 (12:16 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 31 May 2011 16:18:54 +0000 (12:18 -0400)
commit501f26fe7f0da1d4a5d6962b2c3a820eec3ccc4d
treed4f5317bfdc2b83c0c0e1e476252228ecab264a1
parent3fe31b6081ef449ed774a007c80a8441e919c18d
Repaired typo on schema and upgrade SQL

ARRAY_ACUM is not a defined function.  Per Dan Scott, replaced with
ARRAY_AGG instead of the correctly spelled ARRAY_ACCUM, since we'll be
using that function in place of ARRAY_ACCUM going forward.

Thanks, Dan.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/0526.schema.upgrade-dep-tracking.sql