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-log_deleted.sql

3 lines
138 B
SQL

-- Adding ar_deleted field for revisiondelete
ALTER TABLE /*$wgDBprefix*/logging
ADD log_deleted tinyint unsigned NOT NULL default '0';