You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "wolfboys (via GitHub)" <gi...@apache.org> on 2023/05/03 10:56:02 UTC

[GitHub] [incubator-streampark] wolfboys commented on a diff in pull request #2706: [Improve][Issue-2681] support team dependency management

wolfboys commented on code in PR #2706:
URL: https://github.com/apache/incubator-streampark/pull/2706#discussion_r1183533419


##########
streampark-console/streampark-console-service/src/main/assembly/script/upgrade/mysql/2.1.0.sql:
##########
@@ -31,6 +31,24 @@ CREATE TABLE `t_external_link` (
   `modify_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'modify time'
 ) engine = innodb default charset=utf8mb4 collate=utf8mb4_general_ci;
 
+-- ----------------------------

Review Comment:
   The upgraded SQL should be in 2.2.0.sql 



##########
streampark-console/streampark-console-service/src/main/assembly/script/upgrade/pgsql/2.1.0.sql:
##########
@@ -29,6 +29,40 @@ create table "public"."t_external_link" (
 "modify_time" timestamp(6) not null default timezone('UTC-8'::text, (now())::timestamp(0) without time zone)
 );
 
+-- ----------------------------

Review Comment:
   The upgraded SQL should be in 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-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org