-
Notifications
You must be signed in to change notification settings - Fork 19
fix: migration file #1452
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
base: develop
Are you sure you want to change the base?
fix: migration file #1452
Conversation
|
@rachit77 pls raise the corresponding PR in release/v0.8 |
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.
Pull request overview
This PR resolves migration file conflicts by reorganizing bridge-related schema changes across three migration files. Content that was incorrectly placed in migration 0012 has been moved to a new migration 0014, and a new migration 0013 has been added to set default values for the to_address column.
Changes:
- Moved table creation statements (
backward_let,forward_let,bridge_archive) andsourcecolumn addition from migration 0012 to new migration 0014 - Added migration 0013 to set default empty string value for
to_addresscolumn inbridgetable - Cleaned up migration 0012 to only contain claim type and index changes plus initial
to_addressaddition
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| bridgesync/migrations/bridgesync0012.sql | Removed table creation statements that were moved to migration 0014, keeping only claim type and to_address column additions |
| bridgesync/migrations/bridgesync0013.sql | New migration that sets default value of empty string for to_address column in bridge table |
| bridgesync/migrations/bridgesync0014.sql | New migration containing table creations (backward_let, forward_let, bridge_archive) and source column addition previously in migration 0012 |
## 🔄 Changes Summary - Set default value for `to_address` field ## 🔗 Related PRs - #1452
|



🔄 Changes Summary
to_addressfield🔗 Related PRs