Bugzilla – Attachment 107110 Details for
Bug 25511
Add --force option to update_dbix_class_files.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25511: Add POD for --force
Bug-25511-Add-POD-for---force.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2020-07-20 14:58:00 UTC
(
hide
)
Description:
Bug 25511: Add POD for --force
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-07-20 14:58:00 UTC
Size:
1.09 KB
patch
obsolete
>From 6e4d0158baf06844197d3da93ae8c477308d84d5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 20 Jul 2020 16:57:42 +0200 >Subject: [PATCH] Bug 25511: Add POD for --force > >--- > misc/devel/update_dbix_class_files.pl | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/misc/devel/update_dbix_class_files.pl b/misc/devel/update_dbix_class_files.pl >index ccf5f34b3a..7e00b8f447 100755 >--- a/misc/devel/update_dbix_class_files.pl >+++ b/misc/devel/update_dbix_class_files.pl >@@ -167,6 +167,12 @@ port number for the DB server. (defaults to '3306') > > path into which create the schema files. (defaults to './') > >+=item B<--force> >+ >+Force a schema overwrite. >+ >+WARNING: Use this at your own risk! it's helpful if you are maintaining a fork or in other such cases. You should always attempt to run the script without force first and only resort to using force if that fails. It is also very much worthwhile checking the diff after running with force to ensure you have not resulted in any unexpected changes. >+ > =item B<-h|--help> > > prints this help text >-- >2.20.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 25511
:
104926
|
104927
|
106495
| 107110