Sha256: 264eb4806dd232cd3d8c3e68f236b33e88adeeb4f2f0e97752a3c15ac4a1c9be
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
class AddMostRecentToManifestationReserveStatTransitions < ActiveRecord::Migration[5.0] def up add_column :manifestation_reserve_stat_transitions, :most_recent, :boolean, null: true end def down remove_column :manifestation_reserve_stat_transitions, :most_recent end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.3.0.beta.4 | spec/dummy/db/migrate/20160703184723_add_most_recent_to_manifestation_reserve_stat_transitions.rb |