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