WIKINDX quietly and automatically updates the database if it detects a disparity between the existing database and the required database.
Since database changes are important structural changes to WIKINDX, you should discuss the requirement for the change with other developers first.
To set this up, you need to edit the createSQL.xml file in update/ and the dbVersion number in INIT::dbVersion().
The dbVersion number in INIT::dbVersion() indicates the current dbVersion required by WIKINDX. If it is greater than WKX_database_summary.dbVersion, the WIKINDX code will quietly parse createSQL.xml the next time WIKINDX is run in addition to incrementing WKX_database_summary.dbVersion. So, if INIT::dbVersion() is initially 3.1, to integrate any changes you simply change the number to 3.2.