You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `-t` flag specifies the module path to the Tortoise-ORM settings inside the `app.db` module. This will add a `tool.aerich` section to the `pyproject.toml` file.
@@ -119,7 +119,7 @@ The `-t` flag specifies the module path to the Tortoise-ORM settings inside the
This will create the tables in the database based on the models defined in `app/models/` along with the first migration file in the `migrations/` directory.
@@ -131,13 +131,13 @@ From this point on, since the local `migrations/` directory is synced with the `
131
131
1. In development mode, update the model in `app/models/` and run the following command to generate a new migration:
@@ -156,10 +156,10 @@ See the aerich's [usage](https://github.com/tortoise/aerich?tab=readme-ov-file#u
156
156
157
157
## PSQL
158
158
159
-
The PostgreSQL database can be accessed using [psql](https://www.postgresql.org/docs/current/app-psql.html), a terminal-based front-end to PostgreSQL.
159
+
The PostgreSQL database within the docker container can be accessed using [psql](https://www.postgresql.org/docs/current/app-psql.html), a terminal-based front-end to PostgreSQL.
0 commit comments