diff options
Diffstat (limited to 'db/migrate')
| -rw-r--r-- | db/migrate/20160909130810_add_index_to_stop_areas.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20160909130810_add_index_to_stop_areas.rb b/db/migrate/20160909130810_add_index_to_stop_areas.rb new file mode 100644 index 000000000..e5d4d2f40 --- /dev/null +++ b/db/migrate/20160909130810_add_index_to_stop_areas.rb @@ -0,0 +1,5 @@ +class AddIndexToStopAreas < ActiveRecord::Migration +  def change +    add_index :stop_areas, :name +  end +end  | 
