Skip to content
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

[26.0 Release] SQL patch archiving + release patch generation #9206

Closed
wants to merge 1 commit into from

Conversation

ridz1208
Copy link
Collaborator

mkdir SQL/Archive/26.0
git mv SQL/New_patches/*.sql SQL/Archive/26.0/
for n in SQL/Archive/26.0/*.sql; do echo $n; echo -e "\nSELECT 'Running: $n';\n" >> SQL/Release_patches/25.0_To_26.0_upgrade.sql; cat $n >> SQL/Release_patches/25.0_To_26.0_upgrade.sql; done;

@driusan
Copy link
Collaborator

driusan commented Apr 15, 2024

@ridz1208 #6150 was just merged with some SQL changes, can you re-generate this?

@driusan driusan added the Blocked PR awaiting the merge, resolution or rejection of an other Pull Request label Apr 18, 2024
@driusan
Copy link
Collaborator

driusan commented Apr 25, 2024

@ridz1208 I'm assigning this to you just so that it's assigned. When it's updated to the version that matches what you ran for testing, re-assign to me and tag me to merge it.

@ridz1208
Copy link
Collaborator Author

ridz1208 commented May 5, 2024

Closed in favour of

#9235

@ridz1208 ridz1208 closed this May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked PR awaiting the merge, resolution or rejection of an other Pull Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants