From f1cfc4bf52b39d02a94509e4a1165bc8b8580553 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 29 Jan 2026 21:39:59 +0000 Subject: [PATCH] Bug 23260: Fix database update --- installer/data/mysql/atomicupdate/bug_23260.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/atomicupdate/bug_23260.pl b/installer/data/mysql/atomicupdate/bug_23260.pl index 3626a9ae935..f50af490152 100755 --- a/installer/data/mysql/atomicupdate/bug_23260.pl +++ b/installer/data/mysql/atomicupdate/bug_23260.pl @@ -12,6 +12,7 @@ return { $dbh->do( q{ ALTER TABLE items_last_borrower + MODIFY COLUMN borrowernumber int(11) NULL, MODIFY created_on timestamp NOT NULL DEFAULT current_timestamp() } ); -- 2.39.5