Project

General

Profile

« Previous | Next » 

Revision 3228eb82

Added by Andreas Kohlbecker over 10 years ago

implementing option to update the database scheme via cdmlib-remote, but blocked by #3910 (eu.etaxonomy.cdm.database.ICdmDataSource is not compatible to javax.sql.DataSource)

View differences:

src/main/java/eu/etaxonomy/cdm/server/instance/Status.java
38 38
    /**
39 39
     * The instance has been removed from the configuration file.
40 40
     */
41
    removed
41
    removed,
42
    /**
43
     * The version of the instance database is not compatible.
44
     * It is potentially updateable
45
     */
46
    incompatible_version
42 47
}

Also available in: Unified diff