change readme

This commit is contained in:
zhangxunhui 2021-08-21 23:25:21 +08:00
parent 2728b63d44
commit cbbf53058b
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ poetry shell
### 2. migrate database
- change the configuration of your mysql database in .env.yaml file ("MYSQL" part)
- create a database with the name you defined in the configuration file
- run the following commands to create tables in the target database
```
alembic upgrade head