updated schema version

Former-commit-id: dd27b18b117d53fd4bc4dfcfe901d6225b7b70c9
This commit is contained in:
Jeremy Long
2014-01-17 13:48:00 -05:00
parent 476d732a3c
commit 35ba1532f4

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