install/schemas/upgrade/1.1.4-1.1.5-postgresql.sql
author Dan
Fri, 18 Dec 2009 19:26:36 -0500
changeset 1177 5be53c0508ef
parent 770 62fed244fa1c
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}}session_keys ADD COLUMN key_type smallint NOT NULL DEFAULT 0;
UPDATE {{TABLE_PREFIX}}session_keys SET key_type = 2 WHERE auth_level > 2;
ALTER TABLE {{TABLE_PREFIX}}users ADD COLUMN user_dst varchar(11) NOT NULL DEFAULT '0;0;0;0;60';
ALTER TABLE {{TABLE_PREFIX}}users ADD COLUMN user_rank_userset smallint NOT NULL DEFAULT 0;