company logo

DBSchemaVersion - Schema version administration

Usually, schema version is maintained automatically. In order to reset the schema version for a database, DBSchemaVersion might be called as well as for setting a higher schema version. Resetting the schema version may take some time, since all instances in the database need to be checked.

DBSchemaVersion db_path [-V:version] [-R] [-q] [-h] [-p:type]

Definition: 

db_path - symbolic name or file path referring to a database file.

version - new version number (ignored for server call)

-R - reset instances referring to newer schema version

-q -  do not write messages to system output

-h -  show help information

-p - define progress display type (automatic, dots, time, percent), e.g. -p:percent