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 f3c3278 commit 33c39d2Copy full SHA for 33c39d2
test/bulk_update_test.exs
@@ -1,6 +1,6 @@
1
defmodule AshPostgres.BulkUpdateTest do
2
use AshPostgres.RepoCase, async: false
3
- alias AshPostgres.Test.{Post, Record, CSV}
+ alias AshPostgres.Test.{CSV, Post, Record}
4
5
require Ash.Expr
6
require Ash.Query
test/support/resources/csv.ex
@@ -1,4 +1,5 @@
defmodule AshPostgres.Test.CSVColumnMatchingEmbedded do
+ @moduledoc false
use Ash.Resource,
data_layer: :embedded
@@ -9,6 +10,7 @@ defmodule AshPostgres.Test.CSVColumnMatchingEmbedded do
9
10
end
11
12
defmodule AshPostgres.Test.CSVColumnMappingNewType do
13
14
use Ash.Type.NewType,
15
subtype_of: :map,
16
constraints: [
0 commit comments