JFGHT commented on issue #8229: URL: https://github.com/apache/incubator-devlake/issues/8229#issuecomment-3744594835
Temporary fix: ```sql ALTER TABLE _tool_circleci_jobs MODIFY COLUMN duration_sec BIGINT DEFAULT NULL; ALTER TABLE _tool_circleci_workflows MODIFY COLUMN duration_sec BIGINT DEFAULT NULL; ALTER TABLE _tool_circleci_pipelines MODIFY COLUMN duration_sec BIGINT DEFAULT NULL; ALTER TABLE cicd_pipelines MODIFY COLUMN duration_sec BIGINT DEFAULT NULL; ALTER TABLE cicd_tasks MODIFY COLUMN duration_sec BIGINT DEFAULT NULL; ALTER TABLE cicd_deployments MODIFY COLUMN duration_sec BIGINT DEFAULT NULL; ALTER TABLE cicd_deployment_commits MODIFY COLUMN duration_sec BIGINT DEFAULT 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
