StatusTest.php: Make lines shorter to make phpcs happier
[mediawiki.git] / maintenance / archives / patch-rev_parent_id.sql
blob4baf79277ae24079284e8435a42c891245b98561
1 --
2 -- Key to revision.rev_id
3 -- This field is used to add support for a tree structure (The Adjacency List Model)
4 --
5 -- 2007-03-04
6 --
8 ALTER TABLE /*$wgDBprefix*/revision
9   ADD rev_parent_id int unsigned default NULL;