formatting
This commit is contained in:
parent
53f6b62289
commit
02b3084789
3 changed files with 9 additions and 8 deletions
|
|
@ -167,7 +167,10 @@ defmodule Mv.Membership.Member do
|
|||
allow_nil? true
|
||||
end
|
||||
|
||||
attribute :search_vector, AshPostgres.Tsvector, writable?: false, public?: false, select_by_default?: false
|
||||
attribute :search_vector, AshPostgres.Tsvector,
|
||||
writable?: false,
|
||||
public?: false,
|
||||
select_by_default?: false
|
||||
end
|
||||
|
||||
relationships do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue