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
4397ed4a728b0b3d91c9c4bc7a7fcb4f9217b3a9
librenms-librenms
/
sql-schema
/
089.sql
T
2 lines
66 B
SQL
Raw
Normal View
History
Unescape
Escape
Added missing column to perf_times table
2016-01-17 15:46:33 +00:00
ALTER
TABLE
`
perf_times
`
ADD
`
poller
`
VARCHAR
(
255
)
NOT
NULL
;
Reference in New Issue
Copy Permalink