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
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,7 @@ objects are returned an error is raised.
87
87
88
88
## Upgrades
89
89
90
-
When a new release comes out it is best practice to initiated a migration of the database to account
91
-
forany new migrations that may be needed to the DB. Execute a `python manage.py migrate`from the
92
-
NetBox install `netbox/` directory.
90
+
When a new release comes out it may be necessary to run a migration of the database to account forany changes in the data models used by this plugin. Execute the command `python3 manage.py migrate`from the NetBox install `netbox/` directory after updating the package.
0 commit comments