Sha256: e217155fb206d35a5068a8679ef32454f511da0c9f3577b4f4f3a35f223ca4a1
Contents?: true
Size: 256 Bytes
Versions: 128
Compression:
Stored size: 256 Bytes
Contents
class AddMostRecentToMessageRequestTransitions < ActiveRecord::Migration[4.2] def up add_column :message_request_transitions, :most_recent, :boolean, null: true end def down remove_column :message_request_transitions, :most_recent end end
Version data entries
128 entries across 128 versions & 18 rubygems