]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Fix update_db.sh to set eg_version correctly
authorDan Scott <dscott@laurentian.ca>
Tue, 4 Oct 2011 03:35:35 +0000 (23:35 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 4 Oct 2011 03:35:35 +0000 (23:35 -0400)
commitde67a84de3bbb1cb70e3224765c5cbf85c8f1cc1
treecec5beccaefffe2961f0fb7902fdcc69c80a7e47
parent4a31cf769598910ab49f99995007fef966bdb61f
Fix update_db.sh to set eg_version correctly

psql wants --set=VARNAME=VALUE, we had -set VARNAME=VALUE; tested this
fix and it works with PostgreSQL 9.0.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
build/tools/update_db.sh