mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
9 lines
218 B
SQL
9 lines
218 B
SQL
--
|
|
-- 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;
|