some basic fixes

This commit is contained in:
2022-06-28 20:27:12 +03:00
parent 7ebfe9e190
commit f658f27f04
6 changed files with 24 additions and 1178 deletions

View File

@@ -88,9 +88,6 @@ def migrate(entry):
old = res['old_id']
user = User.create(**res.copy())
res['id'] = user.id
if res['slug'] == 'vorovich':
print(entry)
print(res)
return res
def migrate_email_subscription(entry):