02059ad2a8
All the personal data of the user that is not used for system tasks (such as login) is held here.
6 lines
145 B
Ruby
6 lines
145 B
Ruby
class AddUserReferenceToSpeakerProfiles < ActiveRecord::Migration
|
|
def change
|
|
add_reference :speaker_profiles, :user, index: true
|
|
end
|
|
end
|