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
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:
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: