Sha256: 87017fa89d735d35150247fac64f102e3bf2e2020a035ea47de300b4a148694f
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
# This migration comes from calagator (originally 16) class RemoveNextUpdateFromSource < ActiveRecord::Migration def self.up remove_column :sources, :next_update end def self.down add_column :sources, :next_update, :datetime end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calagator-0.0.1.pre1 | spec/dummy/db/migrate/20150309023318_remove_next_update_from_source.calagator.rb |