aboutsummaryrefslogtreecommitdiffstats
path: root/build/schema.sql
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-09-10 11:51:31 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-09-10 11:51:31 +0200
commit0fe96ac17ae37ee50c582178986d5ab0688ac2a6 (patch)
tree30f59393e41c4ad37001713ff70252e4b54b3826 /build/schema.sql
parent6edf91f1f39f218252d4a00ee3f62f3b5149df3a (diff)
Schema-update
Diffstat (limited to 'build/schema.sql')
-rw-r--r--build/schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/schema.sql b/build/schema.sql
index 9adc7ad..72158c5 100644
--- a/build/schema.sql
+++ b/build/schema.sql
@@ -309,6 +309,7 @@ CREATE TABLE switches (
mgmt_vlan integer DEFAULT 666,
traffic_vlan integer,
last_config_fetch timestamp with time zone,
+ tags jsonb,
current_mac macaddr
);