]> git.sesse.net Git - nms/blobdiff - sql/nms.sql
Fix reverse stuff in make-named-secondary.pl.
[nms] / sql / nms.sql
index 12d8244df62e4be34d70aacf81769e0b4f49dc50..c1ae9ebd7b7f7735610299b30f9510e6b43558ee 100644 (file)
@@ -272,7 +272,9 @@ CREATE TABLE polls (
     switch integer NOT NULL,
     port integer NOT NULL,
     bytes_in bigint NOT NULL,
-    bytes_out bigint NOT NULL
+    bytes_out bigint NOT NULL,
+    errors_in bigint NOT NULL,
+    errors_out bigint NOT NULL
 );
 ALTER TABLE ONLY polls ALTER COLUMN "time" SET STATISTICS 100;