Sha256: 0a79ac4171b58659d1f062d6a404872c59865599d6952af9cc22a50398fe8982

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

class AddMostRecentToEventImportFileTransitions < ActiveRecord::Migration[5.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

1 entries across 1 versions & 1 rubygems

Version Path
enju_event-0.4.0.rc.1 db/migrate/20160703184258_add_most_recent_to_event_import_file_transitions.rb