Split down patch-comment-table.sql
[lhc/web/wiklou.git] / maintenance / archives / patch-ipblocks-ipb_reason_id.sql
1 ALTER TABLE /*_*/ipblocks
2 ALTER COLUMN ipb_reason SET DEFAULT '',
3 ADD COLUMN ipb_reason_id bigint unsigned NOT NULL DEFAULT 0 AFTER ipb_reason;