This is an automated email from the ASF dual-hosted git repository.

gaojun2048 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git


The following commit(s) were added to refs/heads/main by this push:
     new 75fef358 [Hotfix] Update seatunnel_server_mysql.sql (#97)
75fef358 is described below

commit 75fef358a08e8069fc48acd325ec6a60dfed42a3
Author: dk333 <[email protected]>
AuthorDate: Wed Aug 9 14:38:34 2023 +0800

    [Hotfix] Update seatunnel_server_mysql.sql (#97)
---
 .../seatunnel-app/src/main/resources/script/seatunnel_server_mysql.sql   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/seatunnel-server/seatunnel-app/src/main/resources/script/seatunnel_server_mysql.sql
 
b/seatunnel-server/seatunnel-app/src/main/resources/script/seatunnel_server_mysql.sql
index c7cf89b5..067d0157 100644
--- 
a/seatunnel-server/seatunnel-app/src/main/resources/script/seatunnel_server_mysql.sql
+++ 
b/seatunnel-server/seatunnel-app/src/main/resources/script/seatunnel_server_mysql.sql
@@ -15,6 +15,7 @@
  * limitations under the License.
 */
 
+use seatunnel;
 SET NAMES utf8mb4;
 SET FOREIGN_KEY_CHECKS = 0;
 

Reply via email to