updated schema version to 2.8

Former-commit-id: 11acb51c0dc9c6b9772519b0a4695a6bed9374f0
This commit is contained in:
Jeremy Long
2013-12-21 08:14:29 -05:00
parent f1e0b7a94f
commit 0b540d6406

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
*/