schemas/migrations/add_diffs_to_history.sql

Summary

Maintainability
Test Coverage
alter table postmortem_history add column summary longtext;
alter table postmortem_history add column why_surprised longtext;