Fix messaging_channels credentials column: jsonb -> text for encrypted data
PostgreSQL rejects encrypted (base64) strings in jsonb columns. The
encrypted:array cast produces non-JSON output that must be stored as text.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment