chore: enable trigram extension

This commit is contained in:
carla 2025-10-30 16:39:21 +01:00
parent e920d6b39c
commit c7c6d329fb

View file

@ -5,7 +5,7 @@ defmodule Mv.Repo do
@impl true
def installed_extensions do
# Add extensions here, and the migration generator will install them.
["ash-functions", "citext"]
["ash-functions", "citext", "pg_trgm"]
end
# Don't open unnecessary transactions