From 47869c4fcc8ebefc90bd29f501c198980e669196 Mon Sep 17 00:00:00 2001 From: Jon Langseth Date: Wed, 16 Apr 2014 03:01:37 +0200 Subject: Changed SQL column name, added change to SQL schema --- clients/snmp.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'clients/snmp.sql') diff --git a/clients/snmp.sql b/clients/snmp.sql index 47b4458..7e09313 100644 --- a/clients/snmp.sql +++ b/clients/snmp.sql @@ -6,6 +6,7 @@ create table switchtypes ( create table switches ( switch serial not null primary key, ip inet not null, + secondary_ip inet, sysname varchar not null, switchtype varchar not null references switchtypes, last_updated timestamp, -- cgit v1.2.3