iachat/db
Gabriel Jablonski 6ea19c0b9f
fix(db): include f_unaccent function in schema.rb for test DB setup (#263)
The f_unaccent SQL function created by the internal chat migration is
not natively captured by schema.rb, causing db:test:prepare to fail
when creating indices that depend on it. Add the function definition
to schema.rb and extend SchemaDumper to preserve it across future dumps.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 18:14:50 -03:00
..
migrate feat(internal-chat): implement internal chat system for agents (#247) 2026-04-11 13:50:15 -03:00
schema.rb fix(db): include f_unaccent function in schema.rb for test DB setup (#263) 2026-04-12 18:14:50 -03:00
seeds.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30