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

4 lines
219 B
SQL

-- rc_moved_to_ns and rc_moved_to_title is no longer used, delete the fields
ALTER TABLE /*$wgDBprefix*/recentchanges DROP COLUMN rc_moved_to_ns,
DROP COLUMN rc_moved_to_title;