Fixes #3279: Reset the PostgreSQL sequence for Tag and TaggedItem IDs

This commit is contained in:
Jeremy Stretch
2019-06-21 17:34:06 -04:00
parent bd9ef9951b
commit 5a6c928a7c
2 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ v2.6.1 (FUTURE)
## Bug Fixes
* [#3275](https://github.com/digitalocean/netbox/issues/3275) - Fix error when adding power outlets to a device type
* [#3279](https://github.com/digitalocean/netbox/issues/3279) - Reset the PostgreSQL sequence for Tag and TaggedItem IDs
---