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