提交 1fa6c83d authored 作者: christian.peter.io's avatar christian.peter.io

Automatic database upgrade from non page store is now possible

上级 b3ffdfa1
...@@ -78,7 +78,7 @@ public class DbUpgradeNonPageStoreToCurrent { ...@@ -78,7 +78,7 @@ public class DbUpgradeNonPageStoreToCurrent {
mustBeConverted = oldDataFile.exists() && !newFile.exists(); mustBeConverted = oldDataFile.exists() && !newFile.exists();
} }
} catch (Exception e) { } catch (Exception e) {
DbException.toSQLException(e); throw DbException.toSQLException(e);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论