schemas/migrations/change_text_to_longtext.sql

Summary

Maintainability
Test Coverage
ALTER TABLE postmortems MODIFY summary mediumtext NOT NULL;
ALTER TABLE postmortems MODIFY why_surprised longtext NOT NULL;
ALTER TABLE postmortems MODIFY gcal longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;