Incorporate changes made for old version 5.2.4.1

This commit is contained in:
2026-02-10 15:01:05 -05:00
parent 45b432fb72
commit 3a0cf99432
8 changed files with 33 additions and 9 deletions

View File

@@ -30,3 +30,8 @@ UPDATE configs SET confvalue="5.2.3" WHERE confname="ol_version";
-- Update version number
UPDATE configs SET confvalue="5.2.4" WHERE confname="ol_version";
-- --------------------------------------
-- ---------- version 5.2.4.1 -------------
-- Update version number
UPDATE configs SET confvalue="5.2.4.1" WHERE confname="ol_version";
-- --------------------------------------