Revert "Network map sql update + fix for duplicate links"

This commit is contained in:
Daniel Preussker
2015-07-14 20:00:20 +00:00
parent 1ce4d7a5ac
commit 0fa64e9a99
2 changed files with 2 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
ALTER TABLE `ipv4_mac` CHANGE `mac_address` `mac_address` VARCHAR( 32 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL , CHANGE `ipv4_address` `ipv4_address` VARCHAR( 32 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
ALTER TABLE `ipv4_mac` ADD INDEX ( `port_id`), ADD INDEX (`mac_address` )
ALTER TABLE `ipv4_mac` DROP INDEX `interface_id`, DROP INDEX `interface_id_2`