Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / archives / patch-rev_parent_id.sql
@John Ryland John Ryland on 22 Dec 2020 218 bytes import NUC files
--
-- Key to revision.rev_id
-- This field is used to add support for a tree structure (The Adjacency List Model)
--
-- 2007-03-04
--

ALTER TABLE /*$wgDBprefix*/revision
  ADD rev_parent_id int unsigned default NULL;