iachat/db
Pranav ee4a0d4486
fix: disable_ddl_transaction! on add_index action (#11833)
All migrations will automatically be wrapped in a transaction. There are
queries that you can’t execute inside a transaction. Adding index
concurrently is one of them, we have to disable the transaction. I
missed this in the earlier PR. #11831
2025-06-27 16:58:50 -07:00
..
migrate fix: disable_ddl_transaction! on add_index action (#11833) 2025-06-27 16:58:50 -07:00
schema.rb fix: Add composite index on messages for csat_metrics API performance (#11831) 2025-06-27 15:48:04 -07:00
seeds.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30