install/schemas/upgrade/1.1.5-1.1.6-postgresql.sql
author Dan
Sun, 11 Jan 2009 21:36:36 -0500
changeset 809 ae4ef502f742
parent 801 eb8b23f11744
child 831 45e887f23282
permissions -rw-r--r--
DBAL: Fixed issues with die_json() and multiline responses from {mysql,pg_last}_error()

ALTER TABLE users ADD COLUMN password_salt varchar(40) NOT NULL DEFAULT '';