till
2008-02-01 6ccd45a13a259b917ec71feaf6865840b3357b13
SQL/mysql.update.sql
@@ -12,6 +12,8 @@
ALTER TABLE `identities`
  ADD `html_signature` tinyint(1) default 0 NOT NULL;
ALTER TABLE `session` CHANGE `ip` `ip` VARCHAR(40)
-- Uncomment these lines if you're using MySQL 4.1 or higher
-- ALTER TABLE `users`
--  DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci,