From ebb033e1afd07ec91c8df06c3bcf9907e3835908 Mon Sep 17 00:00:00 2001 From: Lisette Scheer Date: Tue, 22 Apr 2025 20:22:38 +0000 Subject: [PATCH] Bug 20747: (follow-up) fix atomic update This update moves the atomic update to the correct place, updates permissions, and fixes an error in the original patch. Signed-off-by: Jason Robb --- .../bug_20747-updatelocalholdspriority_syspref.pl | 1 - 1 file changed, 1 deletion(-) rename installer/data/mysql/{db_revs => atomicupdate}/bug_20747-updatelocalholdspriority_syspref.pl (91%) mode change 100644 => 100755 diff --git a/installer/data/mysql/db_revs/bug_20747-updatelocalholdspriority_syspref.pl b/installer/data/mysql/atomicupdate/bug_20747-updatelocalholdspriority_syspref.pl old mode 100644 new mode 100755 similarity index 91% rename from installer/data/mysql/db_revs/bug_20747-updatelocalholdspriority_syspref.pl rename to installer/data/mysql/atomicupdate/bug_20747-updatelocalholdspriority_syspref.pl index 517f554697..bb5cba1883 --- a/installer/data/mysql/db_revs/bug_20747-updatelocalholdspriority_syspref.pl +++ b/installer/data/mysql/atomicupdate/bug_20747-updatelocalholdspriority_syspref.pl @@ -16,7 +16,6 @@ return { value=CASE value WHEN '1' THEN 'GiveLibrary' ELSE 'None' END, type="Choice" WHERE variable="LocalHoldsPriority" - 'Enables the LocalHoldsPriority feature', 'None' 'Choice'), }, ); -- 2.39.5