Add test_started_at to procedures

This commit is contained in:
Paul Chavard 2018-05-09 17:02:04 +01:00
parent 1211157948
commit 0c54220c2b
3 changed files with 8 additions and 1 deletions

View file

@ -464,6 +464,7 @@ ActiveRecord::Schema.define(version: 2018_05_02_092852) do
t.string "web_hook_url"
t.boolean "cloned_from_library", default: false
t.bigint "parent_procedure_id"
t.datetime "test_started_at"
t.index ["hidden_at"], name: "index_procedures_on_hidden_at"
t.index ["parent_procedure_id"], name: "index_procedures_on_parent_procedure_id"
end