Unverified Commit be13b53d authored by akrherz's avatar akrherz

Bump database schema to 24

parent 58d183c3
......@@ -68,7 +68,7 @@ public class SchemaManager {
/**
* Current Openfire database schema version.
*/
private static final int DATABASE_VERSION = 23;
private static final int DATABASE_VERSION = 24;
/**
* Checks the Openfire database schema to ensure that it's installed and up to date.
......@@ -418,4 +418,4 @@ public class SchemaManager {
return !(line.startsWith("//") || line.startsWith("--") || line.startsWith("#") ||
line.startsWith("REM") || line.startsWith("/*") || line.startsWith("*"));
}
}
\ No newline at end of file
}
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