mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fixed issue with column size of ifTrunk (#7125)
* fix: Fix potential issue with column size of ifTrunk * renemed sql file * updated db_schema.yaml
This commit is contained in:
committed by
Neil Lathwood
parent
3594f494eb
commit
5ed7003b43
@@ -1075,7 +1075,7 @@ ports:
|
||||
ifPhysAddress: { Field: ifPhysAddress, Type: text, 'Null': true, Default: null, Extra: '' }
|
||||
ifPromiscuousMode: { Field: ifPromiscuousMode, Type: varchar(12), 'Null': true, Default: null, Extra: '' }
|
||||
ifSpeed: { Field: ifSpeed, Type: bigint(20), 'Null': true, Default: null, Extra: '' }
|
||||
ifTrunk: { Field: ifTrunk, Type: varchar(8), 'Null': true, Default: '', Extra: '' }
|
||||
ifTrunk: { Field: ifTrunk, Type: varchar(16), 'Null': true, Default: null, Extra: '' }
|
||||
ifType: { Field: ifType, Type: text, 'Null': true, Default: null, Extra: '' }
|
||||
ifVlan: { Field: ifVlan, Type: varchar(8), 'Null': false, Default: '', Extra: '' }
|
||||
ifVrf: { Field: ifVrf, Type: int(11), 'Null': false, Default: '0', Extra: '' }
|
||||
|
Reference in New Issue
Block a user