Loris
Loris copied to clipboard
[26.0 Release] SQL patch archiving + release patch generation
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;
@ridz1208 #6150 was just merged with some SQL changes, can you re-generate this?
@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.
Closed in favour of
https://github.com/aces/Loris/pull/9235