iachat/lib/tasks
gabrieljablonski 35ea658548 chore(schema): auto-reinject f_unaccent block after schema dump
The Rails schema dumper can't capture CREATE FUNCTION statements, so every
db:schema:dump silently drops the execute <<~SQL block that defines
f_unaccent, breaking schema loading downstream (the functional GIN
indexes reference the missing function).

Mirror the existing schema-load enhance hook with a post-dump task that
re-injects the block between the last enable_extension and the first
create_table. Idempotent: skips when the block is already present.

Also bundle the merge-upstream skill that documents the recurring merge
patterns for this fork.
2026-04-17 18:33:13 -03:00
..
dev feat: Add development variant toggle rake task (#11696) 2025-06-10 09:47:59 -04:00
ops fix: use last_activity_at for orphan conversation cleanup timeframe (#13859) 2026-03-20 16:28:05 +05:30
.keep Initial Commit 2019-08-14 15:18:44 +05:30
annotate_rb.rake fix: Annotaterb model annotation incomplete migration (#13132) 2026-03-25 17:51:06 -07:00
apply_sla.rake fix: Prevent SLA deletion timeouts by moving to async job (#12944) 2025-12-10 12:28:47 +05:30
asset_clean.rake chore: Upgrade Tailwind CSS to 3.3.2 (#7380) 2023-06-26 11:27:16 -07:00
assignment_v2_migration.rake chore(tds-1): rake task for assignment v2 migration (#13828) 2026-03-17 20:35:03 +05:30
branding.rake feat: custom branding (#68) 2025-06-12 22:11:19 -03:00
build.rake feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
bulk_conversations.rake fix: Prevent SLA deletion timeouts by moving to async job (#12944) 2025-12-10 12:28:47 +05:30
captain_chat.rake feat(ee): Captain custom http tools (#12584) 2025-10-06 07:53:15 -07:00
clone_inbox.rake feat: rake task to copy conversations from one inbox to another (#84) 2025-07-27 13:39:54 -03:00
clone_portal.rake feat: portal cloning task 2026-03-09 12:05:58 -03:00
db_enhancements.rake fix: use supported access method for schema_format in Rails 7 (#11576) 2025-05-27 15:34:59 -06:00
download_report.rake feat: add report download task (#13250) 2026-01-19 18:31:52 +05:30
generate_test_data.rake chore: Generate test data for bulk insertion (#11229) 2025-05-06 11:13:11 +05:30
imap_import.rake chore(imap-task): update backdate_conversations to set status as resolved 2026-03-12 09:51:13 -03:00
instance_id.rake feat: Report cwctl events to hub (#8009) 2023-10-10 09:16:03 +05:30
internal_chat_search.rake chore(schema): auto-reinject f_unaccent block after schema dump 2026-04-17 18:33:13 -03:00
ip_lookup.rake fix: ip-lookup database lazy loading for all environments (#8052) 2024-10-22 23:18:30 -07:00
mfa.rake fix: Session controller to not generate auth tokens before mfa verification (#12487) 2025-09-23 19:13:47 +05:30
move_portal.rake feat(portal): add rake task to move portal between accounts 2026-03-24 10:03:59 -03:00
reporting_events_rollup_timezone_setup.rake feat(rollup): add models and write path [1/3] (#13796) 2026-03-19 13:12:36 +05:30
reporting_events_rollup.rake feat(rollup): add models and write path [1/3] (#13796) 2026-03-19 13:12:36 +05:30
ruby_llm.rake fix: use committed model registry for RubyLLM (#14067) 2026-04-16 10:28:38 +05:30
search_test_data.rake feat: Advanced Search Backend (#12917) 2026-01-07 15:30:49 +05:30
seed_reports_data.rake feat: label reports overview (#11194) 2025-06-11 14:35:46 +05:30
sidekiq_tasks.rake feat: Add rake task to clear ActionCable jobs (#9307) 2024-04-30 08:03:40 -07:00
swagger.rake feat: Update swagger to openapi 3.0.4, update request payloads with examples (#11533) 2025-05-22 17:57:12 +07:00