You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create-max-migration-files checks if len(migration_details.names) > 0, the check does not.
I am not opening a PR because I want to know your opinion on wether or not it would be a better solution to move that check in MigrationDetails.has_migrations instead of just adding it in check_max_migration_files.
The text was updated successfully, but these errors were encountered:
Hi Adam,
First thank you for this package, it solves a problem that I have been having for some time. I am excited to try it out.
The inconsistency was introduced by 0f3741c .
create-max-migration-files
checks iflen(migration_details.names) > 0
, the check does not.I am not opening a PR because I want to know your opinion on wether or not it would be a better solution to move that check in
MigrationDetails.has_migrations
instead of just adding it incheck_max_migration_files
.The text was updated successfully, but these errors were encountered: