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-ipb-parent-block-id.sql

3 lines
154 B
SQL

-- Adding ipb_parent_block_id to track the block that caused an autoblock
ALTER TABLE /*$wgDBprefix*/ipblocks
ADD ipb_parent_block_id int DEFAULT NULL;