# HG changeset patch # User Nattee Niparnan # Date 2021-08-09 17:17:52 # Node ID 509b8db382d421111ac82a8e906b950892fe7ca6 # Parent 2e56e1493802ed709e2fca0079daf74eec9444dc merge diff --git a/db/schema.rb b/db/schema.rb --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2021_01_30_121812) do +ActiveRecord::Schema.define(version: 2021_08_09_105935) do create_table "announcements", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci", force: :cascade do |t| t.string "author" @@ -235,6 +235,7 @@ t.datetime "created_at" t.integer "status" t.datetime "updated_at" + t.index ["status"], name: "index_tasks_on_status" t.index ["submission_id"], name: "index_tasks_on_submission_id" end