1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/archives/patch-rev_parent_id.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;