install/schemas/upgrade/1.1.4-1.1.5-postgresql.sql
author Dan
Sat, 08 Nov 2008 22:33:26 -0500
changeset 721 bfde4d7402b1
parent 711 f70d764aab33
child 770 62fed244fa1c
permissions -rw-r--r--
Fixed filename not being sent through sanitize_page_id() during upload. Non-security.

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';