Sha256: 02a95c51c9ac38c9fdfbb88ad408e4fd3d5854e9cb98e1e43b08a52c7883da24
Contents?: true
Size: 291 Bytes
Versions: 87
Compression:
Stored size: 291 Bytes
Contents
class AddMostRecentToManifestationCheckoutStatTransitions < ActiveRecord::Migration[4.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
87 entries across 87 versions & 6 rubygems