You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/27 06:39:37 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #4788: [INLONG-4787][Manager] Fix Api for cluster/save

healchow commented on code in PR #4788:
URL: https://github.com/apache/inlong/pull/4788#discussion_r907023839


##########
inlong-manager/manager-test/src/main/resources/h2/apache_inlong_manager.sql:
##########
@@ -85,7 +85,7 @@ CREATE TABLE IF NOT EXISTS `inlong_cluster`
     `in_charges`  varchar(512) NOT NULL COMMENT 'Name of responsible person, separated by commas',
     `status`      int(4)            DEFAULT '0' COMMENT 'Cluster status',
     `is_deleted`  int(11)           DEFAULT '0' COMMENT 'Whether to delete, 0: not deleted, > 0: deleted',
-    `creator`     varchar(64)  NOT NULL COMMENT 'Creator name',
+    `creator`     varchar(64)       DEFAULT NULL COMMENT 'Creator name',

Review Comment:
   It is suggested to change the config in save operate.



-- 
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: commits-unsubscribe@inlong.apache.org

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