iachat/.claude/skills
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
..
merge-upstream chore(schema): auto-reinject f_unaccent block after schema dump 2026-04-17 18:33:13 -03:00
release-notes docs(release-notes): add upstream mirror marker convention 2026-04-11 23:30:27 -03:00