diff --git a/dev/fixdb.py b/dev/fixdb.py index d8d4c7d..6cdaac0 100644 --- a/dev/fixdb.py +++ b/dev/fixdb.py @@ -7,6 +7,8 @@ accounts_db = db.accounts accounts_db.update_many({}, { '$push': { "verified": False, - "following": [] + "following": [], + "profile": {} } -}, upsert=True) \ No newline at end of file +}, upsert=True) +