wiki.techinc.nl/maintenance/archives/patch-protected_titles-drop-pt_reason.sql
Reedy fd20d15fac Split patch-drop-comment-fields.sql
Bug: T257356
Change-Id: Iff5b2803a709c314ea0f92c32319993407020836
2020-07-11 00:14:30 +00:00

8 lines
221 B
SQL

--
-- patch-drop-comment-fields.sql
--
-- T166732. Drop old xx_comment fields, and defaults from xx_comment_id fields.
ALTER TABLE /*_*/protected_titles
DROP COLUMN pt_reason,
ALTER COLUMN pt_reason_id DROP DEFAULT;