use AshPostgres.Repo,
types: Masque.PostgrexTypes,
otp_app: :masque
@impl true
def installed_extensions do
# Add extensions here, and the migration generator will install them.
["ash-functions", "uuid-ossp", "citext", "pg_trgm", "vector"]
end
use AshPostgres.Repo,
types: Masque.PostgrexTypes,
otp_app: :masque
@impl true
def installed_extensions do
# Add extensions here, and the migration generator will install them.
["ash-functions", "uuid-ossp", "citext", "pg_trgm", "vector"]
end