mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
5 lines
250 B
MySQL
5 lines
250 B
MySQL
|
ALTER TABLE `ports_fdb` DROP `ports_fdb_id`;
|
||
|
CREATE INDEX `ports_fdb_port_id_index` ON `ports_fdb` (`port_id`);
|
||
|
CREATE INDEX `ports_fdb_device_id_index` ON `ports_fdb` (`device_id`);
|
||
|
CREATE INDEX `ports_fdb_vlan_id_index` ON `ports_fdb` (`vlan_id`);
|