disallow user js for Special:Userlogin and Special:Resetpass too, just in case
[mediawiki.git] / maintenance / archives / patch-rev_parent_id.sql
blob971122bb7632b0a892f4079ac63ee1ddc6406460
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(8) unsigned default NULL;