Changes between Initial Version and Version 1 of clean_openmind


Ignore:
Timestamp:
Jun 18, 2015, 10:43:33 AM (9 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • clean_openmind

    v1 v1  
     1
     2== Clean OpenMind database ==
     3
     4In the openmind project directory you can call the following cleanup scripts via Maven.
     5
     6
     7=== Find Relations that link to non-current Entities ===
     8
     9OpenMind should not be running while using this script!
     10
     11{{{
     12mvn exec:java -Dexec.mainClass="org.mpi.openmind.scripts.FixRelationNonCurrent" -Dexec.args="SHOW dbuser dbpw"
     13}}}