Skip to content

Use JSONB for event_log payload on PostgreSQL#85

Merged
koenvo merged 1 commit into
mainfrom
fix/event-log-jsonb
May 13, 2026
Merged

Use JSONB for event_log payload on PostgreSQL#85
koenvo merged 1 commit into
mainfrom
fix/event-log-jsonb

Conversation

@koenvo
Copy link
Copy Markdown
Contributor

@koenvo koenvo commented May 13, 2026

JSON type doesn't support jsonb_set or efficient indexing. Use with_variant(JSONB(), 'postgresql') so Postgres gets JSONB while other databases keep JSON.

JSON type doesn't support jsonb_set or efficient indexing. Use
with_variant(JSONB(), 'postgresql') so Postgres gets JSONB while
other databases keep JSON.
@koenvo koenvo force-pushed the fix/event-log-jsonb branch from 5dc18c3 to 42356cb Compare May 13, 2026 09:09
@koenvo koenvo merged commit 21e69fc into main May 13, 2026
13 checks passed
@koenvo koenvo deleted the fix/event-log-jsonb branch May 13, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant