Bugzilla – Attachment 143838 Details for
Bug 32191
Consistent upgrade messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32191: Add sample output for copying and pasting to skeleton.pl
Bug-32191-Add-sample-output-for-copying-and-pastin.patch (text/plain), 1.31 KB, created by
Katrin Fischer
on 2022-11-14 15:33:40 UTC
(
hide
)
Description:
Bug 32191: Add sample output for copying and pasting to skeleton.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-14 15:33:40 UTC
Size:
1.31 KB
patch
obsolete
>From f893b9316a29c5fc8abd0d56449ced64f74bbc0b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 14 Nov 2022 12:01:10 -0300 >Subject: [PATCH] Bug 32191: Add sample output for copying and pasting to > skeleton.pl > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/atomicupdate/skeleton.pl | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/skeleton.pl b/installer/data/mysql/atomicupdate/skeleton.pl >index 72c36af12b..c253039c5c 100755 >--- a/installer/data/mysql/atomicupdate/skeleton.pl >+++ b/installer/data/mysql/atomicupdate/skeleton.pl >@@ -9,6 +9,16 @@ return { > # Do you stuffs here > $dbh->do(q{}); > # Print useful stuff here >- say $out "Update is going well so far"; >+ # tables >+ say $out "Added new table 'XXX'"; >+ say $out "Added column 'XXX.YYY'"; >+ # sysprefs >+ say $out "Added new system preference 'XXX'"; >+ say $out "Updated system preference 'XXX'"; >+ say $out "Removed system preference 'XXX'"; >+ # permissions >+ say $out "Added new permission 'XXX'"; >+ # letters >+ say $out "Added new letter 'XXX' (TRANSPORT)"; > }, > }; >-- >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 32191
:
143834
|
143835
| 143838 |
143839
|
143893
|
143922