Sha256: f09b9f4b301d59d52ffe8f27c811f65cd61bb2fff5b0404f53dd1ea13d5a8144
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
class AddMostRecentToManifestationCheckoutStatTransitions < ActiveRecord::Migration[5.2] 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
2 entries across 2 versions & 2 rubygems