chore: Fix schema disparities (#7554)

- Fixing the schema disparities that crept up during merges
- Also, fix the issue with migrate command regenerating the schema for contacts.rb model
This commit is contained in:
Sojan Jose
2023-07-19 19:15:43 +03:00
committed by GitHub
parent f3f665cabb
commit 1d718b92b7
3 changed files with 9 additions and 5 deletions

View File

@@ -585,8 +585,8 @@ ActiveRecord::Schema[7.0].define(version: 2023_07_14_054138) do
t.jsonb "auto_assignment_config", default: {}
t.boolean "lock_to_single_conversation", default: false, null: false
t.bigint "portal_id"
t.string "business_name"
t.integer "sender_name_type", default: 0, null: false
t.string "business_name"
t.index ["account_id"], name: "index_inboxes_on_account_id"
t.index ["channel_id", "channel_type"], name: "index_inboxes_on_channel_id_and_channel_type"
t.index ["portal_id"], name: "index_inboxes_on_portal_id"