install/schemas/upgrade/1.1.6-1.1.7-postgresql.sql
author Dan
Fri, 18 Dec 2009 19:26:36 -0500
changeset 1177 5be53c0508ef
parent 1175 1e2c9819ede3
permissions -rw-r--r--
Added a graceful dead-end for the tutorial; removed the hash symbols from IRC links per a heads-up from Neal.

ALTER TABLE {{TABLE_PREFIX}}users_extra ADD COLUMN date_format varchar(32) NOT NULL DEFAULT 'F d, Y';
ALTER TABLE {{TABLE_PREFIX}}users_extra ADD COLUMN time_format varchar(32) NOT NULL DEFAULT 'G:i';
ALTER TABLE {{TABLE_PREFIX}}lockout ADD COLUMN username varchar(255) NOT NULL DEFAULT '';
ALTER TABLE {{TABLE_PREFIX}}logs ADD COLUMN author_uid int NOT NULL DEFAULT 1;
UPDATE {{TABLE_PREFIX}}logs SET author_uid = 1;