Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Merge #2073
Browse files Browse the repository at this point in the history
2073: Remove unneeded event data in one query r=bonomat a=bonomat

By using json_set we can manipulate the json within the DB. This allows us to have a single query which removes unneeded event data, i.e. RolloverCompleted events which have a succeeding RolloverCompleted event and ContractSetupCompleted events that also have a succeeding RolloverCompleted event.

Resolves #2070

First patch includes commit from #2072 and can be dropped later. 

Co-authored-by: Philipp Hoenisch <[email protected]>
  • Loading branch information
bors[bot] and bonomat authored May 20, 2022
2 parents bb6266d + d81fbe8 commit 01aaac2
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 306 deletions.
Loading

0 comments on commit 01aaac2

Please sign in to comment.