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
d824e8db62a22fe84becbb72e084e9a0f44f8db7
librenms-librenms
/
sql-schema
/
162.sql
T
2 lines
95 B
SQL
Raw
Normal View
History
Unescape
Escape
changed ifLastChange to a bigint as we can hit the limits of a current signed int (
#5835
)
2017-02-11 01:28:12 +00:00
ALTER
TABLE
`
ports
`
CHANGE
`
ifLastChange
`
`
ifLastChange
`
BIGINT
UNSIGNED
NOT
NULL
DEFAULT
'0'
;
Reference in New Issue
Copy Permalink