summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
diff options
context:
space:
mode:
Diffstat (limited to 'controller/schema.sql.c')
-rw-r--r--controller/schema.sql.c2
1 files changed, 1 insertions, 1 deletions
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"\