Commit b36605f2 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Change the digest_frequency field from TINYINT to INT. JM-661

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3817 b35dd754-fafc-0310-a699-88a17e54d16e
parent 425c9477
......@@ -267,7 +267,7 @@ CREATE TABLE pubsubSubscription (
state VARCHAR(15) NOT NULL,
deliver TINYINT NOT NULL,
digest TINYINT NOT NULL,
digest_frequency TINYINT NOT NULL,
digest_frequency INT NOT NULL,
expire CHAR(15) NULL,
includeBody TINYINT NOT NULL,
showValues VARCHAR(30) NULL,
......
......@@ -41,7 +41,7 @@ public class DbConnectionManager {
/**
* Database schema version.
*/
private static final int DATABASE_VERSION = 8;
private static final int DATABASE_VERSION = 9;
private static ConnectionProvider connectionProvider;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment