From 182deede8d4805e9201dab339dd2ff1bca85fcb0 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 21 Dec 2023 14:22:40 +0000 Subject: [PATCH] Bug 34324: Add page_url to additional_fields --- installer/data/mysql/atomicupdate/bug_35616.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installer/data/mysql/atomicupdate/bug_35616.pl b/installer/data/mysql/atomicupdate/bug_35616.pl index 714ca08a8e0..ee8231b07b8 100644 --- a/installer/data/mysql/atomicupdate/bug_35616.pl +++ b/installer/data/mysql/atomicupdate/bug_35616.pl @@ -13,5 +13,10 @@ return { ); say $out "Added column 'tickets.source'"; } + + $dbh->do(q{ + INSERT IGNORE INTO additional_fields ( tablename, is_system, name ) + VALUES ('tickets', 1, 'page_url'); + }); }, }; -- 2.43.0