Commit 9629903e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updated to version 7. JM-613

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3649 b35dd754-fafc-0310-a699-88a17e54d16e
parent d1853a55
...@@ -14,16 +14,11 @@ package org.jivesoftware.database; ...@@ -14,16 +14,11 @@ package org.jivesoftware.database;
import org.jivesoftware.util.ClassUtils; import org.jivesoftware.util.ClassUtils;
import org.jivesoftware.util.JiveGlobals; import org.jivesoftware.util.JiveGlobals;
import org.jivesoftware.util.Log;
import org.jivesoftware.util.LocaleUtils; import org.jivesoftware.util.LocaleUtils;
import org.jivesoftware.util.Log;
import java.io.*; import java.io.*;
import java.sql.Connection; import java.sql.*;
import java.sql.DatabaseMetaData;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
/** /**
* Central manager of database connections. All methods are static so that they * Central manager of database connections. All methods are static so that they
...@@ -46,7 +41,7 @@ public class DbConnectionManager { ...@@ -46,7 +41,7 @@ public class DbConnectionManager {
/** /**
* Database schema version. * Database schema version.
*/ */
private static final int DATABASE_VERSION = 6; private static final int DATABASE_VERSION = 7;
private static ConnectionProvider connectionProvider; 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