chore: Add event for conversations transferred to Bot (#2167)

* chore:  Event for conversation transferred to Bot

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Nithin David <webofnithin@gmail.com>
This commit is contained in:
Sojan Jose 2021-04-28 20:53:23 +05:30 committed by GitHub
parent aa47bad4c1
commit 4b49d21543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 23 additions and 80 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_03_15_101919) do
ActiveRecord::Schema.define(version: 2021_04_26_191914) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
@ -229,7 +229,6 @@ ActiveRecord::Schema.define(version: 2021_03_15_101919) do
t.integer "display_id", null: false
t.datetime "contact_last_seen_at"
t.datetime "agent_last_seen_at"
t.boolean "locked", default: false
t.jsonb "additional_attributes", default: {}
t.bigint "contact_inbox_id"
t.uuid "uuid", default: -> { "gen_random_uuid()" }, null: false