feat(task-018): Support DB column and table renames via @DbRename#23
Merged
stijnvanbael merged 8 commits intomainfrom Apr 6, 2026
Merged
feat(task-018): Support DB column and table renames via @DbRename#23stijnvanbael merged 8 commits intomainfrom
stijnvanbael merged 8 commits intomainfrom
Conversation
… in DB migrations Agent-Logs-Url: https://github.com/stijnvanbael/prefab/sessions/6c3cb439-5bf3-4006-97b0-2d0b091be8a2 Co-authored-by: stijnvanbael <1050148+stijnvanbael@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for database column renames
feat(task-018): Support DB column and table renames via @DbRename
Apr 3, 2026
…ongoMigrationPlugin Agent-Logs-Url: https://github.com/stijnvanbael/prefab/sessions/91913aa4-4f06-43e7-b294-3631466241eb Co-authored-by: stijnvanbael <1050148+stijnvanbael@users.noreply.github.com>
…ard in DatabaseChange Agent-Logs-Url: https://github.com/stijnvanbael/prefab/sessions/91913aa4-4f06-43e7-b294-3631466241eb Co-authored-by: stijnvanbael <1050148+stijnvanbael@users.noreply.github.com>
…and restoring schema registry conditional Agent-Logs-Url: https://github.com/stijnvanbael/prefab/sessions/728677fc-1e31-4d21-8033-25fe940e64c0 Co-authored-by: stijnvanbael <1050148+stijnvanbael@users.noreply.github.com>
…lving conflicts Agent-Logs-Url: https://github.com/stijnvanbael/prefab/sessions/be420f26-752e-496d-abac-cac0c9962ccf Co-authored-by: stijnvanbael <1050148+stijnvanbael@users.noreply.github.com>
Owner
|
Rebase on main and resolve merge conflicts |
…lving conflicts from non-null default change Agent-Logs-Url: https://github.com/stijnvanbael/prefab/sessions/2a01ed69-e3ca-4f86-bd84-fc036771c059 Co-authored-by: stijnvanbael <1050148+stijnvanbael@users.noreply.github.com>
…oper two-parent merge commit Co-authored-by: stijnvanbael <1050148+stijnvanbael@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
git add . && git commitinstead of a true merge commit), so GitHub's 3-way diff used the old fork point (c7c3cf6) as merge base and re-detected conflicts7c3a33a)git merge origin/mainto set MERGE_HEAD=17bf6aeparent 7c3a33a+parent 17bf6ae)