wolfboys commented on code in PR #3630: URL: https://github.com/apache/incubator-streampark/pull/3630#discussion_r1539244566
########## streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql: ########## @@ -191,6 +191,7 @@ create table `t_flink_project` ( `user_name` varchar(64) collate utf8mb4_general_ci default null, `password` varchar(64) collate utf8mb4_general_ci default null, `prvkey_path` varchar(128) collate utf8mb4_general_ci default null, + `salt` varchar(26) collate utf8mb4_general_ci default null, Review Comment: We need to add this field in the [upgrade script](https://github.com/apache/incubator-streampark/blob/dev/streampark-console/streampark-console-service/src/main/assembly/script/upgrade/mysql/2.2.0.sql) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@streampark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org