-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use owner in backfill ethereum transaction hash migration #9080
Use owner in backfill ethereum transaction hash migration #9080
Conversation
Signed-off-by: Xin Li <[email protected]>
...main/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigration.java
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a question. The query that is added would use the owner?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9080 +/- ##
=========================================
Coverage 92.20% 92.20%
- Complexity 7706 7708 +2
=========================================
Files 933 933
Lines 30771 30777 +6
Branches 3750 3750
=========================================
+ Hits 28371 28377 +6
Misses 1562 1562
Partials 838 838 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- Use owner mirror_node in the migration Signed-off-by: Xin Li <[email protected]>
- Use owner mirror_node in the migration Signed-off-by: Xin Li <[email protected]> Signed-off-by: Jeff Schmidt <[email protected]>
Description:
This PR fixes the delete permission issue
Related issue(s):
Fixes #9079
Notes for reviewer:
Checklist