Rename attending_social_events_with_partner
This commit is contained in:
parent
a8e2cd4ef9
commit
077036d67c
5 changed files with 12 additions and 4 deletions
|
|
@ -0,0 +1,8 @@
|
|||
class RenameAttendingSocialEventsWithPartner < ActiveRecord::Migration
|
||||
def up
|
||||
rename_column :registrations, :attending_social_events_with_partner, :attending_with_partner
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue