View Source KubeProbex.Exceptions.Ecto.PendingMigrationsError exception (Kube Probex v1.0.1)
An exception raised when there are pending database migrations for a specific Ecto repository.
This exception is used by the KubeProbex.Check.EctoReady
module during readiness checks
to indicate that a repository requires migrations to be run before it can be considered ready.
It provides a clear error message to guide developers in resolving the issue.
Attributes
repo
- The Ecto repository that has pending migrations.