Loris icon indicating copy to clipboard operation
Loris copied to clipboard

[26.0 Release] SQL patch archiving + release patch generation

Open ridz1208 opened this issue 10 months ago • 2 comments

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 avatar Apr 13 '24 23:04 ridz1208

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

driusan avatar Apr 15 '24 15:04 driusan

@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.

driusan avatar Apr 25 '24 13:04 driusan

Closed in favour of

https://github.com/aces/Loris/pull/9235

ridz1208 avatar May 05 '24 00:05 ridz1208