wiki.techinc.nl/maintenance/sqlite/archives/patch-recentchanges-rc_comment_id.sql

3 lines
94 B
MySQL
Raw Normal View History

ALTER TABLE /*_*/recentchanges
ADD COLUMN rc_comment_id bigint unsigned NOT NULL DEFAULT 0;