Update booth factory and schema.rb
This commit is contained in:
parent
8e2fdeded0
commit
17cee2ae06
2 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2019_06_03_143107) do
|
||||
ActiveRecord::Schema.define(version: 2019_08_16_084920) do
|
||||
|
||||
create_table "answers", force: :cascade do |t|
|
||||
t.string "title"
|
||||
|
|
@ -39,6 +39,9 @@ ActiveRecord::Schema.define(version: 2019_06_03_143107) do
|
|||
t.integer "conference_id"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.boolean "accepted_code_of_conduct"
|
||||
t.string "email"
|
||||
t.string "special_requirements"
|
||||
end
|
||||
|
||||
create_table "cfps", force: :cascade do |t|
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ FactoryBot.define do
|
|||
reasoning { Faker::Lorem.paragraph }
|
||||
website_url { Faker::Internet.url }
|
||||
submitter_relationship { Faker::Lorem.paragraph }
|
||||
email { Faker::Internet.email }
|
||||
|
||||
conference
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue