aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/nms.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/nms.sql b/sql/nms.sql
index bd695e1..23f20b2 100644
--- a/sql/nms.sql
+++ b/sql/nms.sql
@@ -430,7 +430,8 @@ CREATE TABLE polls (
bytes_in bigint NOT NULL,
bytes_out bigint NOT NULL,
errors_in bigint NOT NULL,
- errors_out bigint NOT NULL
+ errors_out bigint NOT NULL,
+ official_port boolean NOT NULL DEFAULT false
);
ALTER TABLE ONLY polls ALTER COLUMN "time" SET STATISTICS 100;