Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pg_tgm extension #541

Open
Isaac-alencar opened this issue Aug 23, 2024 · 0 comments
Open

Enable pg_tgm extension #541

Isaac-alencar opened this issue Aug 23, 2024 · 0 comments

Comments

@Isaac-alencar
Copy link

hi,

I have a question related to this wiki topic

context:
After follow the steps I managed to install the extension, but it does not automatically updated the schema file appending the enable_extension "pg_trgm" so I had to create a separated migration to achieve this:

class EnablePgTrigramExtension < ActiveRecord::Migration[7.2]
  def change
     enable_extension "pg_trgm"
  end
end

my question:
is that something specific that I had to do ? or we really need to do that? if so, I think we should complement our wiki page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant