Sha256: 57210ce45ba36ba382b8fb3915fc795890065dea4b7504d18ebe29d33e014151

Contents?: true

Size: 140 Bytes

Versions: 63

Compression:

Stored size: 140 Bytes

Contents

class ChangeParticipantsToRegistration < ActiveRecord::Migration[4.2]
  def change
    rename_table :participants, :registrations
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hackathon_manager-0.3.0 db/migrate/20150110215933_change_participants_to_registration.rb
hackathon_manager-0.2.0 db/migrate/20150110215933_change_participants_to_registration.rb
hackathon_manager-0.1.0 db/migrate/20150110215933_change_participants_to_registration.rb