Bugzilla – Attachment 189038 Details for
Bug 20253
Optionally use buyer's purchase order number from EDIFACT quote in basket name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20253: (follow-up) Sync db_rev column order
Bug-20253-follow-up-Sync-dbrev-column-order.patch (text/plain), 1012 bytes, created by
Martin Renvoize (ashimema)
on 2025-11-04 16:50:53 UTC
(
hide
)
Description:
Bug 20253: (follow-up) Sync db_rev column order
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-11-04 16:50:53 UTC
Size:
1012 bytes
patch
obsolete
>From ba6b026466740184d3702be617fec146d18febf2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Tue, 4 Nov 2025 16:49:23 +0000 >Subject: [PATCH] Bug 20253: (follow-up) Sync db_rev column order > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > installer/data/mysql/db_revs/250600031.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/250600031.pl b/installer/data/mysql/db_revs/250600031.pl >index 3820f8ff3da..527c646a390 100755 >--- a/installer/data/mysql/db_revs/250600031.pl >+++ b/installer/data/mysql/db_revs/250600031.pl >@@ -13,7 +13,7 @@ return { > q{ > ALTER TABLE vendor_edi_accounts > ADD COLUMN `po_is_basketname` tinyint(1) NOT NULL DEFAULT 0 >- AFTER `plugin` >+ AFTER `file_transport_id` > } > ); > say_success( $out, "Added column 'vendor_edi_accounts.po_is_basketname'" ); >-- >2.51.1
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 20253
:
183859
|
183860
|
183861
|
183862
|
183953
|
183954
|
183955
|
183956
|
183957
|
183958
|
184000
|
184001
|
184002
|
184003
|
184004
|
184005
|
184006
|
184007
|
185221
|
185222
|
185223
|
185224
|
185225
|
185226
|
185227
|
185228
|
186860
|
186861
|
186862
|
186863
|
186864
|
186865
|
186866
|
186867
|
186868
|
186869
|
186870
|
186871
|
186872
|
186873
|
186874
|
186875
|
187165
|
187166
|
187167
|
187168
|
187169
|
187170
|
187171
|
187172
|
187173
|
187874
|
187875
|
187876
|
187877
|
187878
|
187879
|
187880
|
187881
|
187882
|
187883
|
188423
|
188424
|
188425
|
188426
|
188427
|
188428
|
188429
|
188430
|
188431
|
188432
| 189038 |
189260