install/schemas/upgrade/postgresql/1123.sql
author Dan
Fri, 30 Jul 2010 15:01:06 -0400
changeset 1276 dac5fad7ad6a
parent 1259 49db7495f6b8
permissions -rw-r--r--
ajax.php getpage now cals $template->set_page() so that templates that depend on PAGE_URLNAME etc. will not show errors

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;