== Clean !OpenMind database == In the openmind project directory you can call the following cleanup scripts via Maven. === Find Relations that link to non-current Entities === !OpenMind should not be running while using this script! {{{ mvn exec:java -Dexec.mainClass="org.mpi.openmind.scripts.FixRelationNonCurrent" -Dexec.args="SHOW dbuser dbpw" }}} Using "FIX" instead of "SHOW" links the Relations to the current versions of the Entities.