Bugzilla – Attachment 187589 Details for
Bug 40665
Add booking_id field to issues to link checkouts to bookings that were fulfilled by them
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40665: (follow-up) Sync comment for booking_id column
Bug-40665-follow-up-Sync-comment-for-bookingid-col.patch (text/plain), 964 bytes, created by
Lucas Gass (lukeg)
on 2025-10-08 15:30:17 UTC
(
hide
)
Description:
Bug 40665: (follow-up) Sync comment for booking_id column
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-10-08 15:30:17 UTC
Size:
964 bytes
patch
obsolete
>From 43081ccca9640d4118c7e18cbc66096bc9ead244 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40665
:
185516
|
185517
|
185518
|
185519
|
185520
|
185895
|
185896
|
185897
|
185898
|
185899
|
186250
|
186369
| 187589