"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@3817" did not exist on "dabb1652796336faa37300f44d92a35c438520e1"
Commit 03b311ab authored by aldou's avatar aldou Committed by GitHub

Adding missing location column

Without the Location column in the followers table, Twint is unable to save --user-full details.
parent fc63b7aa
......@@ -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