install/schemas/upgrade/1.1.4-1.1.5-mysql.sql
author Dan
Thu, 21 Aug 2008 08:24:04 -0400
changeset 699 c7d737202d59
parent 688 f2a824ce5f18
child 711 f70d764aab33
permissions -rw-r--r--
Removed Adobe Spry and replaced with jQuery. Please report any new bugs on the forums or via IRC. In a related note, auto-completion should work now at least for usernames. Still hacking away at page name completion...

ALTER TABLE {{TABLE_PREFIX}}session_keys ADD COLUMN key_type tinyint(1) NOT NULL DEFAULT 0;
UPDATE {{TABLE_PREFIX}}session_keys SET key_type = 2 WHERE auth_level > 2;