We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda0a9e commit 019d585Copy full SHA for 019d585
lib/migration_generator/operation.ex
@@ -717,11 +717,6 @@ defmodule AshPostgres.MigrationGenerator.Operation do
717
destination_schema
718
end
719
720
- size =
721
- if attribute[:size] do
722
- "size: #{attribute[:size]}"
723
- end
724
-
725
join([
726
"references(:#{as_atom(table)}, column: #{inspect(destination_attribute)}",
727
with_match,
0 commit comments