pub fn migrator() -> MigratorExpand description
The embedded migrations, applied on startup and by the tests.
Declared here rather than at each call site so there is one answer to “what schema does this build carry” - the binary and the test suite cannot end up migrating differently.