Add simple web hooks to procedures
This commit is contained in:
parent
efaa99c489
commit
27592ae072
9 changed files with 79 additions and 9 deletions
|
@ -453,6 +453,7 @@ ActiveRecord::Schema.define(version: 2018_04_04_113409) do
|
|||
t.datetime "archived_at"
|
||||
t.datetime "whitelisted_at"
|
||||
t.boolean "ask_birthday", default: false, null: false
|
||||
t.string "web_hook_url"
|
||||
t.index ["hidden_at"], name: "index_procedures_on_hidden_at"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue