Merge ".pipeline/config.yaml: rename dev stage to publish"
[lhc/web/wiklou.git] / maintenance / archives / patch-protected_titles-pt_reason_id.sql
1 ALTER TABLE /*_*/protected_titles
2 ALTER COLUMN pt_reason SET DEFAULT '',
3 ADD COLUMN pt_reason_id bigint unsigned NOT NULL DEFAULT 0 AFTER pt_reason;