Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9769d99

Browse files
committed
chore: fix unused variable
1 parentac1673c commit9769d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/migration_generator/migration_generator.ex‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ defmodule AshPostgres.MigrationGenerator do
27322732
defpmigration_type(other,constraints)do
27332733
type=Ash.Type.get_type(other)
27342734

2735-
migration_type_from_storage_type(Ash.Type.storage_type(other,constraints))
2735+
migration_type_from_storage_type(Ash.Type.storage_type(type,constraints))
27362736
end
27372737

27382738
defpmigration_type_from_storage_type(:string),do::text

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp