nit: Drop mention of postgresql
Neutron is dropping all code related to it. Change-Id: Ic29c3b463226d76c302fbd647bfd8c134a5fb434
This commit is contained in:
parent
505a798127
commit
e52927e767
@ -87,7 +87,7 @@ INTERFACE_PREFIXES = (lib_constants.TAP_DEVICE_PREFIX,
|
|||||||
|
|
||||||
ATTRIBUTES_TO_UPDATE = 'attributes_to_update'
|
ATTRIBUTES_TO_UPDATE = 'attributes_to_update'
|
||||||
|
|
||||||
# Maximum value integer can take in MySQL and PostgreSQL
|
# Maximum value integer can take in MySQL.
|
||||||
# In SQLite integer can be stored in 1, 2, 3, 4, 6, or 8 bytes,
|
# In SQLite integer can be stored in 1, 2, 3, 4, 6, or 8 bytes,
|
||||||
# but here it will be limited by this value for consistency.
|
# but here it will be limited by this value for consistency.
|
||||||
DB_INTEGER_MAX_VALUE = 2 ** 31 - 1
|
DB_INTEGER_MAX_VALUE = 2 ** 31 - 1
|
||||||
|
Loading…
Reference in New Issue
Block a user