Added lodging to splash view
This commit is contained in:
parent
4cc039b358
commit
c1063645da
13 changed files with 53 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20140605125153) do
|
||||
ActiveRecord::Schema.define(version: 20140606173417) do
|
||||
|
||||
create_table "answers", force: true do |t|
|
||||
t.string "title"
|
||||
|
|
@ -84,6 +84,7 @@ ActiveRecord::Schema.define(version: 20140605125153) do
|
|||
t.string "facebook_url"
|
||||
t.string "google_url"
|
||||
t.string "twitter_url"
|
||||
t.text "lodging_description"
|
||||
end
|
||||
|
||||
create_table "conferences_questions", id: false, force: true do |t|
|
||||
|
|
@ -199,6 +200,7 @@ ActiveRecord::Schema.define(version: 20140605125153) do
|
|||
t.integer "venue_id"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.string "website_link"
|
||||
end
|
||||
|
||||
create_table "people", force: true do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue