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

Commit7f47add

Browse files
committed
fix: account for removal of name
1 parent6626ba8 commit7f47add

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎lib/ash_postgres.ex‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ defmodule AshPostgres do
88
],
99
table:[
1010
type::string,
11-
doc:"The name of the database table backing the resource"
11+
doc:"The name of the database table backing the resource",
12+
required:true
1213
]
1314
]
1415

@@ -37,7 +38,7 @@ defmodule AshPostgres do
3738
end
3839

3940
defpostgres_tabledo
40-
@table||@name
41+
@table
4142
end
4243
end
4344
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp