Merge "Remove Revision::getRevisionText and gated pre-MCR schema access"
[lhc/web/wiklou.git] / maintenance / archives / patch-archive-ar_comment_id.sql
1 ALTER TABLE /*_*/archive
2 ALTER COLUMN ar_comment SET DEFAULT '',
3 ADD COLUMN ar_comment_id bigint unsigned NOT NULL DEFAULT 0 AFTER ar_comment;