mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 11:12:55 +08:00
Support for creating database and schema
This commit is contained in:
@ -108,7 +108,7 @@ public class DatabaseExportService {
|
|||||||
try {
|
try {
|
||||||
export(outputStream, exportOptions);
|
export(outputStream, exportOptions);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException("导出失败!请联系开发者,邮箱:963565242@qq.com" + e);
|
throw new RuntimeException("导出失败!请联系开发者" + e);
|
||||||
}
|
}
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user