chore: adds tsvector to members

This commit is contained in:
carla 2025-09-17 13:34:14 +02:00
parent 52e76b1a99
commit dd03000428
3 changed files with 261 additions and 0 deletions

View file

@ -166,6 +166,8 @@ defmodule Mv.Membership.Member do
attribute :postal_code, :string do
allow_nil? true
end
attribute :search_vector, AshPostgres.Tsvector, writable?: false, public?: false, select_by_default?: false
end
relationships do