Bug 25511: Add POD for --force
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Jul 2020 14:57:42 +0000 (16:57 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Jul 2020 15:45:31 +0000 (17:45 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

misc/devel/update_dbix_class_files.pl

index ccf5f34..7e00b8f 100755 (executable)
@@ -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