feat: reclaim response_bot flag for custom_tools (#13897)

Repurpose the deprecated response_bot feature flag slot for
custom_tools.

Migration disables the flag on any accounts that had response_bot
enabled so the repurposed slot starts in its default-off state.

Pre-deploy: run the disable script on production using the old flag name
(response_bot) before deploying this migration.
This commit is contained in:
Aakash Bakhle
2026-03-31 10:35:50 +05:30
committed by GitHub
parent 42441dbd28
commit b4ce59eea8
3 changed files with 26 additions and 4 deletions

View File

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