Commit 153a7517 authored by Francesco Poldi's avatar Francesco Poldi Committed by GitHub

Merge pull request #188 from aldou/patch-2

Adding missing location column
parents bf671f19 69ce1847
......@@ -73,6 +73,7 @@ def init(db):
name text,
username text not null,
bio text,
location text,
url text,
join_date text not null,
join_time text not null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment