Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / archives / patch-user_editcount.sql
@John Ryland John Ryland on 22 Dec 2020 204 bytes import NUC files
ALTER TABLE /*$wgDBprefix*/user
  ADD COLUMN user_editcount int;

-- Don't initialize values immediately... or should we?
-- They will be lazy-evaluated, or batch-filled via maintenance/initEditCount.php