Skip to content

Commit

Permalink
chore: remove acknowledged_at from events search query (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe authored Dec 19, 2024
1 parent 04c956f commit b8acf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/postgres/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const (
SELECT ev.id, ev.project_id,
ev.id AS event_type, ev.is_duplicate_event,
COALESCE(ev.source_id, '') AS source_id,
ev.headers, ev.raw, ev.data, ev.created_at,ev.acknowledged_at,
ev.headers, ev.raw, ev.data, ev.created_at,
COALESCE(idempotency_key, '') AS idempotency_key,
COALESCE(url_query_params, '') AS url_query_params,
ev.updated_at, ev.deleted_at,
Expand Down

0 comments on commit b8acf19

Please sign in to comment.