Skip to content

Commit d9dc533

Browse files
authored
Solve the problem that publishing SQL tasks cannot succeed (#4214)
1 parent 408be40 commit d9dc533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • streampark-console/streampark-console-service/src/main/assembly/script/schema

streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ create table `t_flink_app` (
111111
-- ----------------------------
112112
drop table if exists `t_flink_app_backup`;
113113
create table `t_flink_app_backup` (
114-
`id` bigint not null,
114+
`id` bigint not null auto_increment,
115115
`app_id` bigint default null,
116116
`sql_id` bigint default null,
117117
`config_id` bigint default null,

0 commit comments

Comments
 (0)