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
90a67c2ece82cf5dd6feb7eb2156bbb040765b28
librenms-librenms
/
sql-schema
/
164.sql
T
2 lines
101 B
SQL
Raw
Normal View
History
Unescape
Escape
fix: Fixed the dbTest units so they work (
#6293
)
2017-03-29 22:13:30 +01:00
ALTER
TABLE
`
eventlog
`
CHANGE
`
datetime
`
`
datetime
`
DATETIME
NOT
NULL
DEFAULT
'1970-01-02 00:00:01'
;
Reference in New Issue
Copy Permalink