Hou-Shuaishuai commented on a change in pull request #9020:
URL: https://github.com/apache/dolphinscheduler/pull/9020#discussion_r833879045
##########
File path:
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
##########
@@ -757,7 +757,7 @@ CREATE TABLE `t_ds_resources` (
`create_time` datetime DEFAULT NULL COMMENT 'create time',
`update_time` datetime DEFAULT NULL COMMENT 'update time',
`pid` int(11) DEFAULT NULL,
- `full_name` varchar(64) DEFAULT NULL,
+ `full_name` varchar(128) DEFAULT NULL,
Review comment:
It has been modified, please review it again
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]