Difference between revisions of "Freeside:4:Documentation:Developer/bin/freeside-prune-applications"

From Freeside
Jump to: navigation, search
(Edit via perl MediaWiki framework (1.13))
 
(No difference)

Latest revision as of 08:45, 18 November 2015

NAME

freeside-prune-applications - Removes stray applications of credit, payment to bills, refunds, etc.

SYNOPSIS

 freeside-prune-applications [ -d ] [ -q | -v ]

DESCRIPTION

Reads your existing database schema and updates it to match the current schema, adding any columns or tables necessary.

 [ -d ]: Dry run; display affected records (to STDOUT) only, but do not
         remove them.

 [ -q ]: Run quietly.  This may become the default at some point.

 [ -v ]: Run verbosely, sending debugging information to STDERR.  This is the
         current default.

SEE ALSO