Minor changes
This commit is contained in:
parent
58208c73ac
commit
6a8aca6095
5 changed files with 29 additions and 29 deletions
10
db/schema.rb
10
db/schema.rb
|
|
@ -10,11 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
<<<<<<< HEAD
|
||||
ActiveRecord::Schema.define(version: 2019_06_03_143107) do
|
||||
=======
|
||||
ActiveRecord::Schema.define(version: 20190720062321) do
|
||||
>>>>>>> Add comment functionality to tracks
|
||||
|
||||
create_table "answers", force: :cascade do |t|
|
||||
t.string "title"
|
||||
|
|
@ -553,10 +549,7 @@ ActiveRecord::Schema.define(version: 20190720062321) do
|
|||
t.date "end_date"
|
||||
t.text "relevance"
|
||||
t.integer "selected_schedule_id"
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
t.integer "comments_count", default: 0, null: false
|
||||
>>>>>>> Add comment functionality to tracks
|
||||
t.index ["room_id"], name: "index_tracks_on_room_id"
|
||||
t.index ["selected_schedule_id"], name: "index_tracks_on_selected_schedule_id"
|
||||
t.index ["submitter_id"], name: "index_tracks_on_submitter_id"
|
||||
|
|
@ -595,7 +588,6 @@ ActiveRecord::Schema.define(version: 20190720062321) do
|
|||
t.boolean "is_admin", default: false
|
||||
t.string "username"
|
||||
t.boolean "is_disabled", default: false
|
||||
<<<<<<< HEAD
|
||||
t.string "invitation_token"
|
||||
t.datetime "invitation_created_at"
|
||||
t.datetime "invitation_sent_at"
|
||||
|
|
@ -604,8 +596,6 @@ ActiveRecord::Schema.define(version: 20190720062321) do
|
|||
t.string "invited_by_type"
|
||||
t.integer "invited_by_id"
|
||||
t.integer "invitations_count", default: 0
|
||||
=======
|
||||
>>>>>>> Add comment functionality to tracks
|
||||
t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true
|
||||
t.index ["email"], name: "index_users_on_email", unique: true
|
||||
t.index ["invitation_token"], name: "index_users_on_invitation_token", unique: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue