-
Notifications
You must be signed in to change notification settings - Fork 557
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: automatically generate the migrations guide #3699
Comments
Base procedure of the tool/CI pipeline:
|
Also, since most of the scaffold commands like |
@Pantani If we are going to write this tool in golang i think that it's good idea to move it to a separate repository |
We should have the ability to pass two different versions, not only compare the 2 last version |
totally agree! |
I suggest to divide this issue into two different parts
|
Create a tool so we can auto-generate the migration guide. This tool should scaffold a chain with the previous version and the latest version and make a diff between both projects.
We should scaffold only a chain, make the diff, and after scaffold each type individually and make the diff
The text was updated successfully, but these errors were encountered: