Sha256: 57d6f3e03fc2357c9b46141686a55fa204798907223033b803fe8edfdc17ae14
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
class AddMostRecentToUserCheckoutStatTransitions < ActiveRecord::Migration[5.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
2 entries across 2 versions & 2 rubygems