1--
2-- patch-drop-ipblocks-user-fields.sql
3--
4-- T188327. Drop old xx_user and xx_user_text fields, and defaults from xx_actor fields.
5
6ALTER TABLE /*_*/ipblocks
7  DROP COLUMN ipb_by,
8  DROP COLUMN ipb_by_text,
9  ALTER COLUMN ipb_by_actor DROP DEFAULT;
10