COALESCE(parent_ids, '[]'::json) fails because the column is JSONB and PostgreSQL won't coerce json to jsonb. Change to '[]'::jsonb. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| blog.go | ||
| cards.go | ||
| config.go | ||
| db.go | ||
| deploy.go | ||
| Dockerfile | ||
| generator.go | ||
| main.go | ||
| main_test.go | ||
| narrative.go | ||
| narrative_test.go | ||
| s3.go | ||
| s3_test.go | ||