aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-04 04:51:37 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-04 04:51:37 -0500
commit9083ed9355c34f40274c3d742ffd8746d5d6d504 (patch)
treedc70a81530b33b86b98c03a105d152245348251a /schema.sql
parentcb611cbd23e7cf63c9fed03732e7574394354623 (diff)
downloadbbj-9083ed9355c34f40274c3d742ffd8746d5d6d504.tar.gz
start python network client; fix auth resolution api responses
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 8afa657..336a63e 100644
--- a/schema.sql
+++ b/schema.sql
@@ -9,7 +9,7 @@ create table users (
auth_hash text, -- string (sha256 hash)
quip text, -- string (possibly empty)
bio text, -- string (possibly empty)
- color int, -- int (from 0 to 8)
+ color int, -- int (from 0 to 6)
is_admin int, -- bool
created real -- floating point unix timestamp (when this user registered)
);
Un proyecto texto-plano.xyz