schemas/migrations/add_tldr_field.sql

Summary

Maintainability
Test Coverage
alter table postmortems add column tldr longtext NOT NULL;