chore: Enable chatwoot_v4 feature flag by default for accounts (#11321)

- Updates ACCOUNT_LEVEL_FEATURE_DEFAULTS installation config to enable
chatwoot_v4
- Enables chatwoot_v4 for all existing accounts in batches of 100
- Clears GlobalConfig cache after update
This commit is contained in:
Sojan Jose
2025-04-16 20:23:37 -07:00
committed by GitHub
parent 49715ebf2b
commit fe20b61bc4
2 changed files with 25 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2025_04_10_061725) do
ActiveRecord::Schema[7.0].define(version: 2025_04_16_182131) do
# These extensions should be enabled to support this database
enable_extension "pg_stat_statements"
enable_extension "pg_trgm"