diff --git a/netbox/templates/exceptions/programming_error.html b/netbox/templates/exceptions/programming_error.html index fdcbcbda0..3eac465e0 100644 --- a/netbox/templates/exceptions/programming_error.html +++ b/netbox/templates/exceptions/programming_error.html @@ -12,6 +12,11 @@ When upgrading to a new NetBox release, the upgrade script must be run to apply any new database migrations. You can run migrations manually by executing python3 manage.py migrate from the command line. {% endblocktrans %} +
+ {% blocktrans trimmed %} + This can also happen when installing or upgrading a plugin if the plugin requires database changes present + in its migrations. + {% endblocktrans %}