Description:
merge
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r844:509b8db382d4 - - 1 file changed: 2 inserted, 1 deleted

@@ -10,7 +10,7
10 10 #
11 11 # It's strongly recommended that you check this file into your version control system.
12 12
13 - ActiveRecord::Schema.define(version: 2021_01_30_121812) do
13 + ActiveRecord::Schema.define(version: 2021_08_09_105935) do
14 14
15 15 create_table "announcements", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci", force: :cascade do |t|
16 16 t.string "author"
@@ -235,6 +235,7
235 235 t.datetime "created_at"
236 236 t.integer "status"
237 237 t.datetime "updated_at"
238 + t.index ["status"], name: "index_tasks_on_status"
238 239 t.index ["submission_id"], name: "index_tasks_on_submission_id"
239 240 end
240 241
You need to be logged in to leave comments. Login now