mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
119 B
SQL
4 lines
119 B
SQL
-- Add row for email blocks --
|
|
|
|
ALTER TABLE /*$wgDBprefix*/ipblocks
|
|
ADD ipb_block_email tinyint NOT NULL default '0';
|