diff options
Diffstat (limited to 'sql/nms.sql')
-rw-r--r-- | sql/nms.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/nms.sql b/sql/nms.sql index d5182fe..47aacdb 100644 --- a/sql/nms.sql +++ b/sql/nms.sql @@ -522,6 +522,7 @@ ALTER TABLE public.stemppoll_sequence OWNER TO nms; CREATE TABLE switches ( switch integer DEFAULT nextval(('"switches_switch_seq"'::text)::regclass) NOT NULL, ip inet NOT NULL, + secondary_ip inet, sysname character varying NOT NULL, switchtype character varying NOT NULL, last_updated timestamp with time zone, |