Skip to content

Commit a68ea74

Browse files
committed
Support for creating database and schema
1 parent bbacf38 commit a68ea74

File tree

1 file changed

+1
-1
lines changed
  • chat2db-server/chat2db-server-web/chat2db-server-web-api/src/main/java/ai/chat2db/server/web/api/controller/rdb/doc

1 file changed

+1
-1
lines changed

chat2db-server/chat2db-server-web/chat2db-server-web-api/src/main/java/ai/chat2db/server/web/api/controller/rdb/doc/DatabaseExportService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void generate(String databaseName, OutputStream outputStream, ExportOptio
108108
try {
109109
export(outputStream, exportOptions);
110110
} catch (Exception e) {
111-
throw new RuntimeException("导出失败!请联系开发者,邮箱:[email protected]" + e);
111+
throw new RuntimeException("导出失败!请联系开发者" + e);
112112
}
113113
init();
114114
}

0 commit comments

Comments
 (0)