migration wip, minor fixes scheme

This commit is contained in:
2021-08-23 11:44:46 +03:00
parent 8cef32c7a4
commit 9343f784b4
12 changed files with 1106 additions and 69 deletions

View File

@@ -24,6 +24,7 @@ bson2json.json_tables() # creates all the needed data json from bson mongodump
2. migrate users
```sh
pipenv install
pipenv run python migrate.py users
```