invoke check-migrations
Should Include App Name
#135
Labels
type: feature
Introduction of substantial new functionality to the application
If an App is dependent on another App (and installs it as a part of it's testing), and the dependent App has missing migrations, the migrations check for the App(s) depending on them will fail.
The check command for the migrations should be updated to include the App name, ex:
nautobot-server makemigrations --dry-run --check <app_name>
The text was updated successfully, but these errors were encountered: