Sha256: 3633a7070526fbdd3cba515f6d6b5ecb72fb1172710261c8ae0db52d3c5af2c2

Contents?: true

Size: 170 Bytes

Versions: 9

Compression:

Stored size: 170 Bytes

Contents

class AddGtfsFieldsToStopAreas < ActiveRecord::Migration
  def change
    change_table :stop_areas do |t|
      t.string :url
      t.string :time_zone
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ninoxe-1.2.3 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.2.2 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.2.1 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.2.0 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.1.5 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.1.4 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.1.3 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.1.2 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb
ninoxe-1.1.1 db/migrate/20141017075515_add_gtfs_fields_to_stop_areas.rb