install/schemas/upgrade/1.1.4-1.1.5-postgresql.sql
author Dan
Mon, 29 Sep 2008 08:24:26 -0400
changeset 712 331e009416d5
parent 688 f2a824ce5f18
child 711 f70d764aab33
permissions -rw-r--r--
SECURITY: Changed Diffie-Hellman parameters to prime and generator created through OpenSSL

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;