mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
fix ipv4 and ipv6 tables to use port_id not interface_id
git-svn-id: http://www.observium.org/svn/observer/trunk@3209 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ipv4_addresses` CHANGE `interface_id` `port_id` INT( 11 ) NOT NULL;
|
||||
ALTER TABLE `ipv6_addresses` CHANGE `interface_id` `port_id` INT( 11 ) NOT NULL;
|
||||
Reference in New Issue
Block a user