The Database management tool includes a simple database version management mechanism which lets you update application databases easily.
The principle consists in assigning a number to each version of the database associated with the application, then using this number to trigger an update sequence that upgrades the database up to the latest version number.
The version number must be numerical, and not exceed a precision of (15,9).