Skip to content

Commit cd34939

Browse files
authored
docs: list_tenants -> all_tenants (#619)
1 parent 798f37d commit cd34939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/topics/development/migrations-and-tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ dev migrations and run them.
1919

2020
For more information on generating migrations, run `mix help ash_postgres.generate_migrations` (the underlying task that is called by `mix ash.migrate`)
2121

22-
> ### list_tenants/0 {: .info}
22+
> ### all_tenants/0 {: .info}
2323
>
24-
> If you have are using schema-based multitenancy, you will also need to define a `list_tenants/0` function in your repo module. See `AshPostgres.Repo` for more.
24+
> If you have are using schema-based multitenancy, you will also need to define a `all_tenants/0` function in your repo module. See `AshPostgres.Repo` for more.
2525
2626
### Regenerating Migrations
2727

0 commit comments

Comments
 (0)