]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/database/DatabaseConnection.java
stash!
[gigi.git] / src / club / wpia / gigi / database / DatabaseConnection.java
index 0d595707fee890f628471f7e168dc72e57169fbd..6c6040691eb50b65b44211a50055c0065fc26fdd 100644 (file)
@@ -122,7 +122,7 @@ public class DatabaseConnection {
 
     }
 
-    public static final int CURRENT_SCHEMA_VERSION = 26;
+    public static final int CURRENT_SCHEMA_VERSION = 30;
 
     public static final int CONNECTION_TIMEOUT = 24 * 60 * 60;
 
@@ -286,6 +286,9 @@ public class DatabaseConnection {
             }
         } catch (SQLException e) {
             e.printStackTrace();
+            if (e.getNextException() != null) {
+                e.getNextException().printStackTrace();
+            }
         } catch (IOException e) {
             e.printStackTrace();
         }