chore: enable trigram extension
This commit is contained in:
parent
e920d6b39c
commit
c7c6d329fb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ defmodule Mv.Repo do
|
||||||
@impl true
|
@impl true
|
||||||
def installed_extensions do
|
def installed_extensions do
|
||||||
# Add extensions here, and the migration generator will install them.
|
# Add extensions here, and the migration generator will install them.
|
||||||
["ash-functions", "citext"]
|
["ash-functions", "citext", "pg_trgm"]
|
||||||
end
|
end
|
||||||
|
|
||||||
# Don't open unnecessary transactions
|
# Don't open unnecessary transactions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue