mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
3 lines
157 B
SQL
3 lines
157 B
SQL
-- Adding fa_deleted field for additional content suppression
|
|
ALTER TABLE /*$wgDBprefix*/filearchive
|
|
ADD fa_deleted tinyint unsigned NOT NULL default '0';
|