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
Copy file name to clipboardExpand all lines: lib/mix/tasks/ash_postgres.gen.resources.ex
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ if Code.ensure_loaded?(Igniter) do
30
30
- `public` - Mark all attributes and relationships as `public? true`. Defaults to `true`.
31
31
- `no-migrations` - Do not generate snapshots & migrations for the resources. Defaults to `false`.
32
32
- `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`.
0 commit comments