Split down patch-comment-table.sql
[lhc/web/wiklou.git] / maintenance / archives / patch-filearchive-fa_description_id.sql
1 ALTER TABLE /*_*/filearchive
2 ADD COLUMN fa_deleted_reason_id bigint unsigned NOT NULL DEFAULT 0 AFTER fa_deleted_reason,
3 ALTER COLUMN fa_description SET DEFAULT '',
4 ADD COLUMN fa_description_id bigint unsigned NOT NULL DEFAULT 0 AFTER fa_description;