MigrationStatus

View Source

Summary

Effective status for a known migration.

Signature

type MigrationStatus = "applied" | "pending" | "drifted";