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
df288edbe36207a231fc3be1bc9c9d891dfd344a
librenms-librenms
/
sql-schema
/
239.sql
T
2 lines
58 B
SQL
Raw
Normal View
History
Unescape
Escape
Change the column type from varchar(255) to TEXT for nagios-plugins perfdata (
#8322
)
2018-03-03 16:47:49 -06:00
ALTER
TABLE
`
services
`
MODIFY
`
service_ds
`
TEXT
NOT
NULL
;
Reference in New Issue
Copy Permalink