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
356357ad8d31b3f9c30b6e8cb0ca9ca302cb259c
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