wiki.techinc.nl/maintenance/archives/patch-log_params.sql
Brion Vibber 241fadbc29 * (bug 7669) Drop defaults on BLOB/TEXT columns for better compatibility
with MySQL's strict mode, often enabled by the Windows installer.
  The defaults are ignored anyway when strict mode is off...
* (bug 7685) Use explicit values for ar_text and ar_flags when deleting,
  for better compatibility with MySQL's strict mode
2006-12-21 21:40:43 +00:00

1 line
65 B
SQL

ALTER TABLE /*$wgDBprefix*/logging ADD log_params blob NOT NULL;