updated schema version

Former-commit-id: 8dd342b95f25bfb554a649a40db9896a139b5034
This commit is contained in:
Jeremy Long
2014-01-17 13:48:00 -05:00
parent d0a7757b75
commit 25a8fa7d11

View File

@@ -45,7 +45,7 @@ public final class ConnectionFactory {
/**
* The version of the current DB Schema.
*/
public static final String DB_SCHEMA_VERSION = "2.8";
public static final String DB_SCHEMA_VERSION = "2.9";
/**
* Resource location for SQL file used to create the database schema.
*/