From 3a290e97ea768028bbe869221a5776b38cc96ed1 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 20 Aug 2024 22:00:42 +0000 Subject: [PATCH] Bug 37693: Rename 22.11.20 db revision To test: 1. Spin up ktd with v22.11.19 checked out 2. Check out v22.11.20 3. Upgrade the schema sudo koha-upgrade-schema $(sudo koha-list --enabled) 4. Notice you get an invalid db_rev error 5. Apply Bug 37693 6. Repeat step 3 7. Confirm the db update is applied successfully 8. Restart services and confirm you can access the upgraded Koha restart_all Sponsored-by: Catalyst IT --- installer/data/mysql/db_revs/{22112000.pl => 221120000.pl} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename installer/data/mysql/db_revs/{22112000.pl => 221120000.pl} (100%) diff --git a/installer/data/mysql/db_revs/22112000.pl b/installer/data/mysql/db_revs/221120000.pl similarity index 100% rename from installer/data/mysql/db_revs/22112000.pl rename to installer/data/mysql/db_revs/221120000.pl -- 2.39.2