Added semi-functional administration pages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSpaceToEventLocations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :event_locations, :space, :string
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddMealsToConferences < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :meals, :json
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddLocaleToEvents < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :events, :locale, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user