From 734cbb2f1e5e201d2ce295241d3890f6c4f872bd Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 10 Jun 2016 15:58:35 -0700 Subject: Controller modifications for default route are ready to test. Will require slight changes in ZeroTier Central when it goes live. --- controller/schema.sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/schema.sql.c') diff --git a/controller/schema.sql.c b/controller/schema.sql.c index f4a5a1b1..9e3515d1 100644 --- a/controller/schema.sql.c +++ b/controller/schema.sql.c @@ -89,8 +89,8 @@ "CREATE TABLE Route (\n"\ " networkId char(16) NOT NULL REFERENCES Network(id) ON DELETE CASCADE,\n"\ " target blob(16) NOT NULL,\n"\ +" via blob(16),\n"\ " targetNetmaskBits integer NOT NULL,\n"\ -" via blob(16) NOT NULL,\n"\ " ipVersion integer NOT NULL,\n"\ " flags integer NOT NULL,\n"\ " metric integer NOT NULL\n"\ -- cgit v1.2.3