aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Langseth <jon.langseth@lilug.no>2014-04-16 04:11:58 +0200
committerJon Langseth <jon.langseth@lilug.no>2014-04-16 04:11:58 +0200
commit4330a1d35f94b77ab275e98a0d163506e865a63d (patch)
tree1ee568fdb5ab9f787558b234fda2da54e1ffa61a
parent47869c4fcc8ebefc90bd29f501c198980e669196 (diff)
Added column to the wrong sql file. Oops
-rw-r--r--sql/nms.sql1
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,