diff options
Diffstat (limited to 'maintenance/archives/patch-rc_moved.sql')
-rw-r--r-- | maintenance/archives/patch-rc_moved.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maintenance/archives/patch-rc_moved.sql b/maintenance/archives/patch-rc_moved.sql new file mode 100644 index 00000000..2fa1de6b --- /dev/null +++ b/maintenance/archives/patch-rc_moved.sql @@ -0,0 +1,4 @@ +-- 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; |