updated schema version to 2.8

Former-commit-id: e8f640e632ab2778327bf57a0ba5b3539bc2a822
This commit is contained in:
Jeremy Long
2013-12-21 08:14:29 -05:00
parent 076ad8ef7e
commit 74c0e3a659

View File

@@ -49,7 +49,7 @@ public class BaseDB {
/**
* The version of the current DB Schema.
*/
public static final String DB_SCHEMA_VERSION = "2.7";
public static final String DB_SCHEMA_VERSION = "2.8";
/**
* Database connection
*/