schemas/migrations/rename_statustime_column.sql

Summary

Maintainability
Test Coverage
alter table postmortems change etsystatustime statustime int(11) UNSIGNED NOT NULL;