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
1d1b2b1c8bb9e5599ea2d9560a08d129170a703d
librenms-librenms
/
sql-schema
/
087.sql
T
2 lines
91 B
SQL
Raw
Normal View
History
Unescape
Escape
Added datetime to notifications + Fixed sticky/unsticky notifications disappearing
2016-01-10 22:22:13 +00:00
ALTER
TABLE
`
notifications
`
ADD
`
datetime
`
TIMESTAMP
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
;
Reference in New Issue
Copy Permalink