Added
- A new operation to add a check constraint to an existing table has been
added: `SaferAddCheckConstraint`.
Fixed
- Introspection queries are now skipped when running `sqlmigrate`. The result
of the `sqlmigrate` command will instead show a best-effort plan to perform
the migration without knowing the current state of the database. When running
`migrate`, however, the introspection queries will find the most adequate
plan; taking into consideration idempotency and reentrancy.