Split down patch-comment-table.sql
[lhc/web/wiklou.git] / maintenance / sqlite / archives / patch-recentchanges-rc_comment_id.sql
1 ALTER TABLE /*_*/recentchanges
2 ADD COLUMN rc_comment_id bigint unsigned NOT NULL DEFAULT 0;