diff --git a/README.md b/README.md index 1e55bd1..3682882 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