Added hosting page for confrence city residents
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCanProvideHousingToConferenceRegistrations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conference_registrations, :can_provide_housing, :boolean
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddHousingDataToConferenceRegistrations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conference_registrations, :housing_data, :json
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddLocaleToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :locale, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user