Manual:$wgTagStatisticsNewTable

This page is a translated version of the page Manual:$wgTagStatisticsNewTable and the translation is 29% complete.
その他の設定: $wgTagStatisticsNewTable
Temporarily flag to use change_tag_def table as backend of change tag statistics.
導入されたバージョン:1.32.0 (Gerrit change 445179; git #9fed3f0f)
除去されたバージョン:1.33.0 (Gerrit change 467957; git #bb07b4a3)
許容される値:(真偽値)
既定値:false

For example in case of Special:Tags. If set to false, it will use change_tag table. Before setting it to true set $wgChangeTagsSchemaMigrationStage to MIGRATION_WRITE_BOTH and run PopulateChangeTagDef maintaince script. It's redundant when Manual:$wgChangeTagsSchemaMigrationStage is set to MIGRATION_NEW.