migration-wip

This commit is contained in:
2022-08-12 18:17:04 +03:00
parent 9c60318919
commit 5859a4db40
4 changed files with 10 additions and 4 deletions

View File

@@ -301,4 +301,4 @@ def migrate():
print('[migration] usage: python migrate.py <command>')
print('[migration] commands: mongodb, bson, all, all mdx, - <slug>')
migrate()
if __name__ == '__main__': migrate()