From b2f343658d63861c97066b5d7a965579a18a5b61 Mon Sep 17 00:00:00 2001 From: zhangxunhui Date: Sat, 21 Aug 2021 23:25:10 +0800 Subject: [PATCH] change README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab3c982..6b09f31 100644 --- a/README.md +++ b/README.md @@ -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