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
/
265.sql
T
2 lines
91 B
SQL
Raw
Normal View
History
Unescape
Escape
Fixed latency over 1s causes db update to fail (
#9157
)
2018-09-06 17:11:28 -05:00
ALTER
TABLE
`
devices
`
CHANGE
`
last_ping_timetaken
`
`
last_ping_timetaken
`
double
(
8
,
2
)
NULL
;
Reference in New Issue
Copy Permalink