wiki.techinc.nl/maintenance/archives/patch-ipblocks-ipb_reason_id.sql
Reedy c00c34f288 Split down patch-comment-table.sql
Bug: T227662
Change-Id: I7617616df57f7468d06e9b52426b6851bfef0e7d
2019-08-20 19:35:57 +00:00

3 lines
148 B
SQL

ALTER TABLE /*_*/ipblocks
ALTER COLUMN ipb_reason SET DEFAULT '',
ADD COLUMN ipb_reason_id bigint unsigned NOT NULL DEFAULT 0 AFTER ipb_reason;