Sha256: 97f62652e49bd4dd1ba15c4c278188b6d1cd99eed1b0938a482f2c0067db23a3
Contents?: true
Size: 241 Bytes
Versions: 3
Compression:
Stored size: 241 Bytes
Contents
class AddMostRecentToOrderListTransitions < ActiveRecord::Migration[4.2] def up add_column :order_list_transitions, :most_recent, :boolean, null: true end def down remove_column :order_list_transitions, :most_recent end end
Version data entries
3 entries across 3 versions & 1 rubygems