Skip to content

Commit

Permalink
Temporarily disable pg_trgm migration
Browse files Browse the repository at this point in the history
Throwing errors on staging
  • Loading branch information
dce committed Sep 13, 2017
1 parent f8633bd commit 536419f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20170407205938_add_pg_trigram_extension.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddPgTrigramExtension < ActiveRecord::Migration
def change
execute "create extension pg_trgm;"
# execute "create extension pg_trgm;"
end
end

0 comments on commit 536419f

Please sign in to comment.