Skip to content

Commit 372ff37

Browse files
authored
Merge pull request #107 from networktocode/upgrade_docs_update
Adds doc to run migrations after updates.
2 parents 986fe8b + 7fe584b commit 372ff37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ currently two strategies, strict and loose. Strict has to be a direct match, nor
8585
using a slug. Loose allows a range of search criteria to match a single object. If multiple
8686
objects are returned an error is raised.
8787

88+
## Upgrades
89+
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.
91+
8892
## Usage
8993

9094
### Preparation

0 commit comments

Comments
 (0)