Sha256: b51a1642376a002de408fe2b10918a6e52ef99390f889a407155f4005f15b4bd

Contents?: true

Size: 180 Bytes

Versions: 4

Compression:

Stored size: 180 Bytes

Contents

class AddIdentifierToSpudCalendars < ActiveRecord::Migration
  def change
    add_column :spud_calendars, :identifier, :string
    add_index :spud_calendars, :identifier
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tb_events-1.3.0 db/migrate/20140723203144_add_identifier_to_spud_calendars.rb
tb_events-1.1.2 db/migrate/20140723203144_add_identifier_to_spud_calendars.rb
tb_events-1.2.0.beta1 db/migrate/20140723203144_add_identifier_to_spud_calendars.rb
tb_events-1.1.1 db/migrate/20140723203144_add_identifier_to_spud_calendars.rb