This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
46963f746aa441c8bfac97c7253dd2ec2e4fbf23
librenms-librenms
/
sql-schema
/
161.sql
T
1 line
78 B
SQL
Raw
Normal View
History
Unescape
Escape
allow interface names > 64 chars (
#5847
)
2017-02-09 19:12:25 +01:00
ALTER
TABLE
`
ports
`
CHANGE
COLUMN
`
ifName
`
`
ifName
`
VARCHAR
(
255
)
DEFAULT
NULL
;
Reference in New Issue
Copy Permalink