From: Alexandre Emsenhuber Date: Sun, 2 Dec 2012 13:26:28 +0000 (+0100) Subject: (bug 42619) Adjust comment for log_params database field X-Git-Tag: 1.31.0-rc.0~21425 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=a26fde06c0a3eaa164960e9dc2dbc6882f2477dd;p=lhc%2Fweb%2Fwiklou.git (bug 42619) Adjust comment for log_params database field Change-Id: Ib78fd5ad7bef78b07460200d5d8b143e5a9a8802 --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 330514ee5b..c9a188bd60 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -1244,7 +1244,8 @@ CREATE TABLE /*_*/logging ( -- Freeform text. Interpreted as edit history comments. log_comment varchar(255) NOT NULL default '', - -- LF separated list of miscellaneous parameters + -- miscellaneous parameters: + -- LF separated list (old system) or serialized PHP array (new system) log_params blob NOT NULL, -- rev_deleted for logs