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
da2ca8ed2524e28490f5d0a6a477a299ac9e00a8
librenms-librenms
/
sql-schema
/
022.sql
T
2 lines
90 B
SQL
Raw
Normal View
History
Unescape
Escape
move from port_id to interface_id. make ports discovery only discover. add some cleaner functions. add a tiny bit of alerting infrastructure.
2012-05-16 13:25:50 +00:00
ALTER
TABLE
`
ports
`
CHANGE
`
interface_id
`
`
port_id
`
INT
(
11
)
NOT
NULL
AUTO_INCREMENT
;
Reference in New Issue
Copy Permalink