-
Notifications
You must be signed in to change notification settings - Fork 410
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
feat: Remove unique chain id index from db migration script #4834
feat: Remove unique chain id index from db migration script #4834
Conversation
|
rust/main/agents/scraper/migration/src/m20230309_000001_create_table_domain.rs
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4834 +/- ##
=======================================
Coverage 74.58% 74.58%
=======================================
Files 103 103
Lines 1515 1515
Branches 195 195
=======================================
Hits 1130 1130
Misses 364 364
Partials 21 21
|
…e-xyz#4834) ### Description Remove unique chain id index from db migration script ### Related issues - Contributes into hyperlane-xyz#4798 ### Backward compatibility Yes ### Testing Manual run of DB migration script --------- Co-authored-by: Danil Nemirovsky <[email protected]>
…e-xyz#4834) ### Description Remove unique chain id index from db migration script ### Related issues - Contributes into hyperlane-xyz#4798 ### Backward compatibility Yes ### Testing Manual run of DB migration script --------- Co-authored-by: Danil Nemirovsky <[email protected]>
Description
Remove unique chain id index from db migration script
Related issues
Backward compatibility
Yes
Testing
Manual run of DB migration script