aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
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
);
>hotfix/0.21.0.12 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/config.ru
blob: 74748fd459996277097ec0fe29a0305f5a408acb (plain)
1
2
3
4