From 43081ccca9640d4118c7e18cbc66096bc9ead244 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 8 Oct 2025 15:29:50 +0000 Subject: [PATCH] Bug 40665: (follow-up) Sync comment for booking_id column --- installer/data/mysql/db_revs/250600015.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/db_revs/250600015.pl b/installer/data/mysql/db_revs/250600015.pl index 0e742951c57..e0eca72f714 100755 --- a/installer/data/mysql/db_revs/250600015.pl +++ b/installer/data/mysql/db_revs/250600015.pl @@ -35,7 +35,7 @@ return { q{ ALTER TABLE old_issues ADD COLUMN booking_id int(11) DEFAULT NULL - COMMENT 'foreign key linking this checkout to the booking it fulfilled' + COMMENT 'foreign key linking this checkout to the booking it fulfills' AFTER itemnumber } ); -- 2.39.5