mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
Add constant for DB_MINIMUM_VERSION
This commit is contained in:
parent
34bfb899d1
commit
c7772e289f
@ -1,6 +1,10 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
# https://www.postgresql.org/docs/current/libpq-status.html#LIBPQ-PQSERVERVERSION
|
||||
DB_MINIMUM_VERSION = 90400 # 9.4.0
|
||||
|
||||
|
||||
# Models which support custom fields
|
||||
CUSTOMFIELD_MODELS = (
|
||||
'provider', 'circuit', # Circuits
|
||||
|
Loading…
Reference in New Issue
Block a user