Skip to content

Commit 7fe584b

Browse files
author
Josh VanDeraa
committed
Updates per feedback.
1 parent 3735f0d commit 7fe584b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ objects are returned an error is raised.
8787

8888
## Upgrades
8989

90-
When a new release comes out it is best practice to initiated a migration of the database to account
91-
for any 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 for any 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.
9391

9492
## Usage
9593

0 commit comments

Comments
 (0)