Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐞 allow missing migration files when checking migration status
We already pass `allow_missing_migration_files: true` when running migrations. This flag is also required when checking if migrations are current. It is now passed both places we call in to `Sequel::Migrator`. Signed-off-by: Brian Upton <brian.upton@broadcom.com> Signed-off-by: Joseph Palermo <joseph.palermo@broadcom.com>
- Loading branch information