aboutsummaryrefslogtreecommitdiffstats
path: root/clients/snmp.sql
diff options
context:
space:
mode:
authorJon Langseth <jon.langseth@lilug.no>2014-04-16 03:01:37 +0200
committerJon Langseth <jon.langseth@lilug.no>2014-04-16 03:01:37 +0200
commit47869c4fcc8ebefc90bd29f501c198980e669196 (patch)
tree9ab4787f5b1f4bb36e7d5a156e636c178dd18413 /clients/snmp.sql
parentfe0d64deab4b01b808e6f1280a33072f07d511fe (diff)
Changed SQL column name, added change to SQL schema
Diffstat (limited to 'clients/snmp.sql')
-rw-r--r--clients/snmp.sql1
1 files changed, 1 insertions, 0 deletions
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,