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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new d9dc533a5 Solve the problem that publishing SQL tasks cannot succeed 
(#4214)
d9dc533a5 is described below

commit d9dc533a537fa1cd33f3b2fe842966648f6de468
Author: Aalron <[email protected]>
AuthorDate: Fri Mar 21 21:14:35 2025 +0800

    Solve the problem that publishing SQL tasks cannot succeed (#4214)
---
 .../src/main/assembly/script/schema/mysql-schema.sql                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql
 
b/streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql
index fc5023706..76cdecc7d 100644
--- 
a/streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql
+++ 
b/streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql
@@ -111,7 +111,7 @@ create table `t_flink_app` (
 -- ----------------------------
 drop table if exists `t_flink_app_backup`;
 create table `t_flink_app_backup` (
-`id` bigint not null,
+`id` bigint not null auto_increment,
 `app_id` bigint default null,
 `sql_id` bigint default null,
 `config_id` bigint default null,

Reply via email to