Bugzilla – Attachment 161043 Details for
Bug 35473
Core bookings and room reservations plugin tables clash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35473: Also disable the plugin
Bug-35473-Also-disable-the-plugin.patch (text/plain), 1.07 KB, created by
Martin Renvoize (ashimema)
on 2024-01-15 15:34:08 UTC
(
hide
)
Description:
Bug 35473: Also disable the plugin
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-15 15:34:08 UTC
Size:
1.07 KB
patch
obsolete
>From 334b2d56d80367e1f0a84e44a649df145bc56d5b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 15 Jan 2024 15:33:40 +0000 >Subject: [PATCH] Bug 35473: Also disable the plugin > >--- > installer/data/mysql/db_revs/230600061.pl | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/installer/data/mysql/db_revs/230600061.pl b/installer/data/mysql/db_revs/230600061.pl >index b32763dbcec..b0afed00d52 100755 >--- a/installer/data/mysql/db_revs/230600061.pl >+++ b/installer/data/mysql/db_revs/230600061.pl >@@ -52,6 +52,11 @@ return { > > say "Migrated room reservations plugin to it's own namespace"; > say "You MUST upgrade to the latest room reservation plugin to continue using it"; >+ $dbh->do( >+ "UPDATE plugin_data SET plugin_value = 0 WHERE plugin_class = 'Koha::Plugin::Com::MarywoodUniversity::RoomReservations' AND plugin_key = '__ENABLED__'" >+ ); >+ >+ say "Plugin disabled, please re-enable once you have upgraded it"; > } > } > >-- >2.43.0
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 35473
:
160827
|
160879
|
161043
|
161742
|
161743
|
163159
|
163160