Skip to content

Commit a9a4d00

Browse files
committed
fix: multi-tenant README
1 parent 2b69150 commit a9a4d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/postgres/multi-tenant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This example project involves three crates, each owning a different schema in one database,
44
with their own set of migrations.
55

6-
* The main crate, an Axum app.
6+
* The main crate, a simple binary simulating the action of a REST API.
77
* Owns the `public` schema (tables are referenced unqualified).
88
* Migrations are moved to `src/migrations` using config key `migrate.migrations-dir`
99
to visually separate them from the subcrate folders.

0 commit comments

Comments
 (0)