Added empty profile to fixdb
This commit is contained in:
parent
6cdc40516a
commit
cf7ab61583
1 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@ accounts_db = db.accounts
|
|||
accounts_db.update_many({}, {
|
||||
'$push': {
|
||||
"verified": False,
|
||||
"following": []
|
||||
"following": [],
|
||||
"profile": {}
|
||||
}
|
||||
}, upsert=True)
|
||||
}, upsert=True)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue