Sha256: e496db04fb92d1ed7b8a8cfa7840b0fbf14bf011cde657479bf4425af18e1679

Contents?: true

Size: 144 Bytes

Versions: 5

Compression:

Stored size: 144 Bytes

Contents

class AddFieldsToEventOccurrences < ActiveRecord::Migration[5.1]
  def change
    add_column :event_occurrences, :end_date, :datetime
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
date_book-0.0.6 db/migrate/20170807133850_add_fields_to_event_occurrences.rb
date_book-0.0.5 db/migrate/20170807133850_add_fields_to_event_occurrences.rb
date_book-0.0.3 db/migrate/20170807133850_add_fields_to_event_occurrences.rb
date_book-0.0.2 db/migrate/20170807133850_add_fields_to_event_occurrences.rb
date_book-0.0.1 db/migrate/20170807133850_add_fields_to_event_occurrences.rb