From 012601b1b6ef32727809289e3ff3f046f8c5285c Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 13 Mar 2024 21:23:16 +0000 Subject: [PATCH] Bug 36101: (follow-up) Fix DBUpdate file permission and perltidy Signed-off-by: Lucas Gass --- installer/data/mysql/atomicupdate/bug_36101.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_36101.pl diff --git a/installer/data/mysql/atomicupdate/bug_36101.pl b/installer/data/mysql/atomicupdate/bug_36101.pl old mode 100644 new mode 100755 index ac32138b02..196844fa90 --- a/installer/data/mysql/atomicupdate/bug_36101.pl +++ b/installer/data/mysql/atomicupdate/bug_36101.pl @@ -12,4 +12,4 @@ return { say $out "Dropped constraint old_reserves_ibfk_3 from old_reserves"; }, -}; \ No newline at end of file +}; -- 2.30.2