install/schemas/upgrade/1.1.4-1.1.5-mysql.sql
author Dan
Wed, 10 Sep 2008 10:49:13 -0400
changeset 709 a5917b034435
parent 688 f2a824ce5f18
child 711 f70d764aab33
permissions -rw-r--r--
Fixing \r\n bug in SQL parser (see comment on rev. 7a7173c0f62f in stable)

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;