Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 12, 2015
1 parent c51d064 commit a9c5986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ridgepole/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def initialize(conn_spec, options = {})

ActiveRecord::Base.establish_connection(conn_spec)

# XXX: If the required processing in class method?
if not @options.has_key?(:index_removed_drop_column) and Ridgepole::DefaultsLimit.adapter == :postgresql
@options[:index_removed_drop_column] = true
end
Expand Down

0 comments on commit a9c5986

Please sign in to comment.