Sha256: 136de781449a9a662ea7299b9d265c92a8935433cfc6b53c20995a17e783c64b
Contents?: true
Size: 196 Bytes
Versions: 3
Compression:
Stored size: 196 Bytes
Contents
class ExchangeInvalidForQueriedAtInGeoLocation < ActiveRecord::Migration def change change_table :geo_locations do |t| t.remove :invalid t.datetime :queried_at end end end
Version data entries
3 entries across 3 versions & 1 rubygems