Merge "tests: Fix broken assertion in ApiQueryAllPagesTest"
[lhc/web/wiklou.git] / maintenance / archives / patch-ipblocks-ipb_by_actor.sql
1 ALTER TABLE /*_*/ipblocks
2 ADD COLUMN ipb_by_actor bigint unsigned NOT NULL DEFAULT 0 AFTER ipb_by_text;