pub static MIGRATOR: MigratorExpand description
Shared migration set. Exposed to tests (server’s own and tests-integration)
so every #[sqlx::test(migrator = "...")] site names this once instead of
embedding all migrations per test.
pub static MIGRATOR: MigratorShared migration set. Exposed to tests (server’s own and tests-integration)
so every #[sqlx::test(migrator = "...")] site names this once instead of
embedding all migrations per test.