Fixed hosting bug
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCityIdToConferenceRegistrations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conference_registrations, :city_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user