summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-rev_parent_id.sql
blob: 971122bb7632b0a892f4079ac63ee1ddc6406460 (plain)
1
2
3
4
5
6
7
8
9
--
-- 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(8) unsigned default NULL;