Freeside:4:Documentation:Developer/bin/freeside-prune-applications

From Freeside
Jump to: navigation, search

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