mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
revert the context_name changes to snmp.inc.php and use the same method as other parts of the code
3 lines
293 B
SQL
3 lines
293 B
SQL
CREATE TABLE `ports_fdb` ( `ports_fdb_id` BIGINT(20) PRIMARY KEY NOT NULL AUTO_INCREMENT, `port_id` INT(11) unsigned NOT NULL, `mac_address` VARCHAR(32) NOT NULL, `vlan_id` INT(11) unsigned NOT NULL, `device_id` INT(11) unsigned NOT NULL);
|
|
ALTER TABLE `ports_fdb` ADD INDEX ( `mac_address` );
|