wiki.techinc.nl/maintenance/archives/patch-archive-ar_comment_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
147 B
SQL

ALTER TABLE /*_*/archive
ALTER COLUMN ar_comment SET DEFAULT '',
ADD COLUMN ar_comment_id bigint unsigned NOT NULL DEFAULT 0 AFTER ar_comment;