X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Ftables.sql;h=254ed3875764d7af9992f3f5c125c08a9db99663;hb=724a574a24ea5d75d33d1977f6754b323ad01cbe;hp=0739666a828d247a011aedc3ed9099a2cb53ba1c;hpb=f28f7a0d0f322b299dd3cdd3b7b02a364b269958;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 0739666a82..254ed38757 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -228,7 +228,7 @@ CREATE INDEX /*i*/un_user_ip ON /*_*/user_newtalk (user_ip); -- User preferences and perhaps other fun stuff. :) -- Replaces the old user.user_options blob, with a couple nice properties: -- --- 1) We only store non-default settings, so changes to the defauls +-- 1) We only store non-default settings, so changes to the defaults -- are now reflected for everybody, not just new accounts. -- 2) We can more easily do bulk lookups, statistics, or modifications of -- saved options since it's a sane table structure.