Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Dec 19, 2023
1 parent 9fa2dac commit 58cb99e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/support/resources/post.ex
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ defmodule AshPostgres.Test.Post do

attributes do
uuid_primary_key(:id, writable?: true)

attribute(:title, :string) do
source :title_column
source(:title_column)
end

attribute(:score, :integer)
attribute(:public, :boolean)
attribute(:category, :ci_string)
Expand Down

0 comments on commit 58cb99e

Please sign in to comment.