Add test_started_at to procedures
This commit is contained in:
parent
1211157948
commit
0c54220c2b
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue