Browse Source

Genercize the number of ports.

Joe Clarke 8 years ago
parent
commit
595171e853
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clnoc.sql

+ 1 - 1
clnoc.sql

@@ -29,7 +29,7 @@ CREATE TABLE `SWITCHES` (
     pid varchar(64) NOT NULL,
     location varchar(255),
     is_stack tinyint(1) DEFAULT '0',
-    ports_required ENUM('8', '24', '48'),
+    ports_required integer DEFAULT '8',
     PRIMARY KEY (`name`),
     KEY `pid` (`pid`),
     UNIQUE (`ip_address`),