summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20190118074940_fix_user_trigram_index.exs
AgeCommit message (Collapse)Author
2019-01-20Make use of the indices.lain
Indices in postgresql rely on operators, so they won't be used if you use only functions.
2019-01-18[#477] User trigram index adjustment.Ivan Tashkinov