aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-30 18:01:54 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-30 18:01:54 +0100
commit63809a2ec855076deeaf79fe5b57e7173b6a79f8 (patch)
treef63842b6dbffdf11ca1a1e573679ca179fac030e /db
parent8166f167f4446c1f419f17ae192405c80af8e2da (diff)
another syntax error
Diffstat (limited to 'db')
-rw-r--r--db/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql
index cad42fdcb..5213e8a02 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -130,7 +130,7 @@ create table users (
email text not null unique,
name text,
phone text,
- password text not null default ''
+ password text not null default '',
from_council integer -- id of council user is from or null/0 if not
);