Bugzilla – Attachment 165320 Details for
Bug 16122
Item record needs to keep local use count
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16122: Add note to database update to point out new script
Bug-16122-Add-note-to-database-update-to-point-out.patch (text/plain), 1.01 KB, created by
Lucas Gass (lukeg)
on 2024-04-22 15:36:04 UTC
(
hide
)
Description:
Bug 16122: Add note to database update to point out new script
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-04-22 15:36:04 UTC
Size:
1.01 KB
patch
obsolete
>From 36a3a49d103be445730044e6d6c8cf61ad3fd83b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 18 Mar 2024 10:16:15 +0000 >Subject: [PATCH] Bug 16122: Add note to database update to point out new > script > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl b/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl >index 4d63b2a0fa..e20c8dcaa6 100755 >--- a/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl >+++ b/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl >@@ -27,5 +27,7 @@ return { > ); > say $out "Added column 'deleteditems.localuse'"; > } >+ say $out >+ "You may use the new /misc/maintenance/update_localuse_from_statistics.pl script to populate the new field from the existing statistics data"; > }, > } >-- >2.30.2
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 16122
:
149281
|
149282
|
149283
|
149284
|
150231
|
150232
|
150233
|
150234
|
150235
|
150236
|
150623
|
150693
|
153193
|
153196
|
153197
|
153198
|
153199
|
153200
|
158466
|
158467
|
158468
|
158469
|
158470
|
158471
|
161001
|
161002
|
161003
|
161004
|
161005
|
161006
|
161144
|
161145
|
161146
|
161147
|
161148
|
161149
|
161150
|
161151
|
161153
|
161154
|
161155
|
161156
|
161157
|
161158
|
161159
|
161160
|
163072
|
163073
|
163074
|
163075
|
163076
|
163077
|
163243
|
163244
|
163245
|
163246
|
163247
|
163248
|
163296
|
163297
|
163298
|
163299
|
163300
|
163301
|
163302
|
163303
|
165313
|
165314
|
165315
|
165316
|
165317
|
165318
|
165319
| 165320