(bug 42619) Adjust comment for log_params database field
[lhc/web/wiklou.git] / maintenance / tables.sql
index 330514e..c9a188b 100644 (file)
@@ -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