Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kacos2000 authored Jul 17, 2021
1 parent e2e6130 commit fd7290b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TaskFlow.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ case json_extract(events_persisted.payload,'$.data.IsRetryable')
-- json_extract(events_persisted.payload,'$.data.wilActivity.hresult') as 'hresult',

-- info
events_persisted.payload,
case json_extract(events_persisted.payload,'$.data.signalType')
when 0 then 'Copy ('||json_extract(events_persisted.payload,'$.data.signalType')||')'
when 1 then 'Paste ('||json_extract(events_persisted.payload,'$.data.signalType')||')'
Expand Down

0 comments on commit fd7290b

Please sign in to comment.