1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7318: Raise minimum required PostgreSQL version from 9.6 to 10

This commit is contained in:
jeremystretch
2021-09-29 12:14:15 -04:00
parent 19c984bdab
commit 86aed4e073
6 changed files with 14 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
## v3.1-beta1 (FUTURE)
!!! warning "PostgreSQL 10 Required"
NetBox v3.1 requires PostgreSQL 10 or later.
### Other Changes
* [#7318](https://github.com/netbox-community/netbox/issues/7318) - Raise minimum required PostgreSQL version from 9.6 to 10