Skip to content

Commit 1b4f46d

Browse files
committed
correctly return id for deleted rows
1 parent 87a2c8d commit 1b4f46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL/02-stored-procedure..sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ begin tran
3535
[Data] = json_query((
3636
select
3737
ct.SYS_CHANGE_OPERATION as '$operation',
38-
ts.Id,
38+
ct.Id,
3939
ts.RecordedOn,
4040
ts.[Type],
4141
ts.Steps,

0 commit comments

Comments
 (0)