Skip to content

Commit 853fc09

Browse files
committed
docs: Fix duplicate public option in ash_postgres.gen.resources
1 parent 2c4e6fd commit 853fc09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mix/tasks/ash_postgres.gen.resources.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ if Code.ensure_loaded?(Igniter) do
3030
- `public` - Mark all attributes and relationships as `public? true`. Defaults to `true`.
3131
- `no-migrations` - Do not generate snapshots & migrations for the resources. Defaults to `false`.
3232
- `skip-unknown` - Skip any attributes with types that we don't have a corresponding Elixir type for, and relationships that we can't assume the name of.
33-
- `public` - Mark all attributes and relationships as `public? true`. Defaults to `true`.
3433
3534
## Tables
3635

0 commit comments

Comments
 (0)