Skip to content

Commit

Permalink
Merge pull request #32 from caseywebdev/patch-1
Browse files Browse the repository at this point in the history
Fixes a syntax error.
  • Loading branch information
nertzy committed Apr 19, 2012
2 parents 56fe0fb + 4aac4f2 commit c17f0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pg_search/tasks.rb
Expand Up @@ -75,7 +75,7 @@ def self.down
if ActiveRecord::Base.connection.send(:postgresql_version) < 80400
ActiveRecord::Base.connection.execute(<<-SQL)
#{uninstall_unnest_sql}
end
SQL
end
end
end
Expand Down

0 comments on commit c17f0f0

Please sign in to comment.