schemas/migrations/add_why_surprised_field.sql

Summary

Maintainability
Test Coverage
alter table postmortems add column why_surprised text NOT NULL;