mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Set default when changing afl_namespace on pg
Bug: T185335 Change-Id: I91fa0bf316a920b21b541eed1d2a837d34ad5683
This commit is contained in:
parent
11e87e7d8b
commit
459673c9c7
|
@ -602,7 +602,7 @@ class AbuseFilterHooks {
|
|||
$updater->addExtensionUpdate( [
|
||||
'addPgExtIndex', 'abuse_filter_log', 'abuse_filter_log_wiki', "(afl_wiki)" ] );
|
||||
$updater->addExtensionUpdate( [
|
||||
'changeField', 'abuse_filter_log', 'afl_namespace', "INTEGER" ] );
|
||||
'changeField', 'abuse_filter_log', 'afl_namespace', "INTEGER", '' ] );
|
||||
}
|
||||
|
||||
$updater->addExtensionUpdate( [ [ __CLASS__, 'createAbuseFilterUser' ] ] );
|
||||
|
|
Loading…
Reference in a new issue