class ActiveRecord::Migration::CommandRecorder

Private Instance Methods

invert_add_hstore_index(args) click to toggle source
# File lib/activerecord-postgres-hstore/activerecord.rb, line 196
def invert_add_hstore_index(args)
  [:remove_hstore_index, args.first(2)]
end