From: Thalia Date: Tue, 9 Jul 2019 17:31:21 +0000 (+0100) Subject: Fix typo in table documentation X-Git-Tag: 1.34.0-rc.0~1104^2 X-Git-Url: http://git.cyclocoop.org/data/%7BGarradin/WEBSITE%7D?a=commitdiff_plain;h=9eab5c3ad345416396a8dca72d71c7ff5f21e1fc;p=lhc%2Fweb%2Fwiklou.git Fix typo in table documentation Change-Id: Ifa9839567797921ca81938e5c77a1a53a42eef94 --- 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.