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 #9235

Merged
merged 1 commit into from
May 9, 2024

Conversation

ridz1208
Copy link
Collaborator

@ridz1208 ridz1208 commented May 5, 2024

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 driusan merged commit 079d6c9 into aces:main May 9, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants