diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-09-10 12:24:02 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-09-10 12:24:02 +0200 |
commit | bc0bacf765a8518be6dab0ba58d40e343c3ea578 (patch) | |
tree | 123b264167a96486032fa358430f0c1d046a5c30 | |
parent | 0fe96ac17ae37ee50c582178986d5ab0688ac2a6 (diff) |
Last tweak of schemat:
-rw-r--r-- | build/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/schema.sql b/build/schema.sql index 72158c5..e40ba15 100644 --- a/build/schema.sql +++ b/build/schema.sql @@ -309,7 +309,7 @@ CREATE TABLE switches ( mgmt_vlan integer DEFAULT 666, traffic_vlan integer, last_config_fetch timestamp with time zone, - tags jsonb, + tags jsonb DEFAULT '[]', current_mac macaddr ); |