class ActiveRecord::ConnectionAdapters::SQLite3Adapter

def remove_index!(table_name, index_name) #:nodoc:

:nodoc:
def remove_index!(table_name, index_name) #:nodoc:
  exec_query "DROP INDEX #{quote_column_name(index_name)}"
end