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

Commit2280b1e

Browse files
committed
fix: rerouteAsh.Type.UUID to:uuid in migrations
1 parent09b2ee6 commit2280b1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎lib/migration_generator/migration_generator.ex‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,7 @@ defmodule AshPostgres.MigrationGenerator do
12911291

12921292
defpmigration_type({:array,type}),do:{:array,migration_type(type)}
12931293
defpmigration_type(Ash.Type.CiString),do::citext
1294+
defpmigration_type(Ash.Type.UUID),do::uuid
12941295
defpmigration_type(other),do:migration_type_from_storage_type(Ash.Type.storage_type(other))
12951296
defpmigration_type_from_storage_type(:string),do::text
12961297
defpmigration_type_from_storage_type(storage_type),do:storage_type

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp