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
bc5f01e2c8b6ed19bcb9ad0791d29428cd4e0152
librenms-librenms
/
sql-schema
/
186.sql
T
2 lines
69 B
SQL
Raw
Normal View
History
Unescape
Escape
Fix: Service filenames are snipped when longer than 16 characters (
#6459
)
2017-04-19 13:52:13 +03:00
ALTER
TABLE
`
services
`
MODIFY
`
service_type
`
varchar
(
255
)
NOT
NULL
;
Reference in New Issue
Copy Permalink