1 class AddTimestampIndexes < ActiveRecord::Migration[4.2]
 
   3     add_index :current_ways, :timestamp, :name => :current_ways_timestamp_idx
 
   4     add_index :current_relations, :timestamp, :name => :current_relations_timestamp_idx
 
   8     remove_index :current_ways, :name => :current_ways_timestamp_idx
 
   9     remove_index :current_relations, :name => :current_relations_timestamp_idx