chore: Add the ability to use same key for conversation and contact (#3526)
This commit is contained in:
@@ -368,7 +368,7 @@ ActiveRecord::Schema.define(version: 2021_12_08_085931) do
|
||||
t.text "attribute_description"
|
||||
t.jsonb "attribute_values", default: []
|
||||
t.index ["account_id"], name: "index_custom_attribute_definitions_on_account_id"
|
||||
t.index ["attribute_key", "account_id"], name: "attribute_key_index", unique: true
|
||||
t.index ["attribute_key", "attribute_model", "account_id"], name: "attribute_key_model_index", unique: true
|
||||
end
|
||||
|
||||
create_table "custom_filters", force: :cascade do |t|
|
||||
|
||||
Reference in New Issue
Block a user