Sha256: 80e248543ab9cc15f3f764a703cf1c09f7d91c967f78a1b3ef1e85d5c89ac220
Contents?: true
Size: 261 Bytes
Versions: 25
Compression:
Stored size: 261 Bytes
Contents
class AddMostRecentToEventImportFileTransitions < ActiveRecord::Migration[4.2] def up add_column :event_import_file_transitions, :most_recent, :boolean, null: true end def down remove_column :event_import_file_transitions, :most_recent end end
Version data entries
25 entries across 25 versions & 5 rubygems