blob: 4baf79277ae24079284e8435a42c891245b98561 (
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 unsigned default NULL;
|