change README

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

View File

@ -16,6 +16,7 @@ poetry shell
### 2. migrate database ### 2. migrate database
- change the configuration of your mysql database in .env.yaml file ("MYSQL" part) - 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 - run the following commands to create tables in the target database
``` ```
alembic upgrade head alembic upgrade head