summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-21 19:49:04 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-21 19:49:04 -0700
commit103dcb072da74e6d074b12f28a5be023c392cf77 (patch)
tree50127ed4b55f7c1cc32bf2d6ac2009ab1642c9c5 /controller/schema.sql.c
parent79f63ba30a43ec8191938dfee4e9954d1a70a2a2 (diff)
downloadinfinitytier-103dcb072da74e6d074b12f28a5be023c392cf77.tar.gz
infinitytier-103dcb072da74e6d074b12f28a5be023c392cf77.zip
CRUD
Diffstat (limited to 'controller/schema.sql.c')
-rw-r--r--controller/schema.sql.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c
index 0af4eec0..f606b607 100644
--- a/controller/schema.sql.c
+++ b/controller/schema.sql.c
@@ -22,8 +22,7 @@
" networkId char(16) NOT NULL,\n"\
" ipNetwork blob(16) NOT NULL,\n"\
" ipNetmaskBits integer NOT NULL,\n"\
-" ipVersion integer NOT NULL DEFAULT(4),\n"\
-" active integer NOT NULL DEFAULT(1)\n"\
+" ipVersion integer NOT NULL DEFAULT(4)\n"\
");\n"\
"\n"\
"CREATE INDEX IpAssignmentPool_networkId ON IpAssignmentPool (networkId);\n"\