Sha256: 7e02865358ac1af886609a5757400c58f4c5ea350b84e74ef8adfe936382148b
Contents?: true
Size: 286 Bytes
Versions: 60
Compression:
Stored size: 286 Bytes
Contents
class AddMostRecentToManifestationCheckoutStatTransitions < ActiveRecord::Migration def up add_column :manifestation_checkout_stat_transitions, :most_recent, :boolean, null: true end def down remove_column :manifestation_checkout_stat_transitions, :most_recent end end
Version data entries
60 entries across 53 versions & 6 rubygems