diff options
-rw-r--r-- | sql/nms.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/nms.sql b/sql/nms.sql index 3b2c029..45d9e7b 100644 --- a/sql/nms.sql +++ b/sql/nms.sql @@ -572,7 +572,7 @@ ALTER TABLE public.switches_switch_seq OWNER TO nms; CREATE TABLE switchtypes ( switchtype character varying NOT NULL, - ports character varying NOT NULL, + ports character varying NOT NULL ); |