install/schemas/upgrade/1.1.5-1.1.6-mysql.sql
author Dan
Mon, 16 Feb 2009 16:04:31 -0500
changeset 830 79fb483807f6
parent 801 eb8b23f11744
child 831 45e887f23282
permissions -rw-r--r--
Added Unicode support for usernames and passwords (this is probably best considered a JS crypto bug)

ALTER TABLE users ADD COLUMN password_salt varchar(40) NOT NULL DEFAULT '';