konck2 commented on issue #8254: URL: https://github.com/apache/incubator-devlake/issues/8254#issuecomment-2577879869
Schema has been modified as per recommendation above to increase to `varchar(1024)`, yet the message still appears: ``` mysql> describe _tool_jenkins_jobs; +------------------+-----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +------------------+-----------------+------+-----+---------+-------+ | connection_id | bigint unsigned | NO | PRI | NULL | | | full_name | varchar(255) | NO | PRI | NULL | | | name | varchar(255) | YES | MUL | NULL | | | path | varchar(511) | YES | MUL | NULL | | | class | varchar(255) | YES | | NULL | | | color | varchar(255) | YES | | NULL | | | base | varchar(255) | YES | | NULL | | | url | longtext | YES | | NULL | | | description | longtext | YES | | NULL | | | primary_view | varchar(1024) | YES | | NULL | | | created_at | datetime(3) | YES | | NULL | | | updated_at | datetime(3) | YES | | NULL | | | _raw_data_params | varchar(255) | YES | MUL | NULL | | | _raw_data_table | varchar(255) | YES | | NULL | | | _raw_data_id | bigint unsigned | YES | | NULL | | | _raw_data_remark | longtext | YES | | NULL | | | scope_config_id | bigint unsigned | YES | | NULL | | +------------------+-----------------+------+-----+---------+-------+ ``` -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org