mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
Remove DB_MINIMUM_VERSION as not necessary in constants.
This commit is contained in:
parent
ede0cc8694
commit
6c26bd71bc
@ -1,10 +1,6 @@
|
||||
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