]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/database/DatabaseConnection.java
stash!
[gigi.git] / src / club / wpia / gigi / database / DatabaseConnection.java
index b7b9c14fb13d896b630db8028131b621ad60b7ab..6c6040691eb50b65b44211a50055c0065fc26fdd 100644 (file)
@@ -122,7 +122,7 @@ public class DatabaseConnection {
 
     }
 
-    public static final int CURRENT_SCHEMA_VERSION = 29;
+    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();
         }