Bugzilla – Attachment 170508 Details for
Bug 37693
Database version update is invalid for 22.11.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37693: Rename 22.11.20 db revision
Bug-37693-Rename-221120-db-revision.patch (text/plain), 1.10 KB, created by
Aleisha Amohia
on 2024-08-20 22:02:58 UTC
(
hide
)
Description:
Bug 37693: Rename 22.11.20 db revision
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-08-20 22:02:58 UTC
Size:
1.10 KB
patch
obsolete
>From 1dccbf746055b28079fe7a0acbf21ad635a3bf1a Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >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 | 7 ------- > 1 file changed, 7 deletions(-) > delete mode 100755 installer/data/mysql/db_revs/22112000.pl > >diff --git a/installer/data/mysql/db_revs/22112000.pl b/installer/data/mysql/db_revs/22112000.pl >deleted file mode 100755 >index 868ae6fd2f7..00000000000 >--- a/installer/data/mysql/db_revs/22112000.pl >+++ /dev/null >@@ -1,7 +0,0 @@ >-use Modern::Perl; >- >-return { >- bug_number => undef, >- description => 'Koha 22.11.20 release', >- up => sub { }, >-}; >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37693
:
170508
|
170509