Skip to content

Commit 52a5fb8

Browse files
committed
1069: Enable pg extensions for fuzzy matching
1 parent 5ba2041 commit 52a5fb8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class EnablePgTrgmExtension < ActiveRecord::Migration[7.2]
2+
def change
3+
enable_extension 'pg_trgm'
4+
enable_extension 'fuzzystrmatch'
5+
end
6+
end

db/schema.rb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)