Sha256: 3285126dc9895950f057617c40d842a11389b9904c7de5a6bf15e6ff9012a326
Contents?: true
Size: 264 Bytes
Versions: 87
Compression:
Stored size: 264 Bytes
Contents
class AddMostRecentToUserCheckoutStatTransitions < ActiveRecord::Migration[4.2] def up add_column :user_checkout_stat_transitions, :most_recent, :boolean, null: true end def down remove_column :user_checkout_stat_transitions, :most_recent end end
Version data entries
87 entries across 87 versions & 6 rubygems