diff options
author | Jon Langseth <jon.langseth@lilug.no> | 2014-04-16 04:11:58 +0200 |
---|---|---|
committer | Jon Langseth <jon.langseth@lilug.no> | 2014-04-16 04:11:58 +0200 |
commit | 4330a1d35f94b77ab275e98a0d163506e865a63d (patch) | |
tree | 1ee568fdb5ab9f787558b234fda2da54e1ffa61a | |
parent | 47869c4fcc8ebefc90bd29f501c198980e669196 (diff) |
Added column to the wrong sql file. Oops
-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, |