Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(dev/core#3905) Need to increase data size for 'data' column on 'civi… #24718

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

yashodha
Copy link
Contributor

…crm_job_log' table

Overview

Currently data column of the civicrm_job_log table is of data type TEXT. This is sufficient for running most jobs. However we have a some comprehensive log for mailchimp sync extension and it would throw errors when running the job.
INSERT INTO civicrm_job_log (domain_id , job_id , name , command , ...", "1406 ** Data too long for column 'data' at row 1

Before

The data type for the data column on the civicrm_job_log is TEXT

After

The data type for the data column on the civicrm_job_log is now LONGTEXT

@civibot
Copy link

civibot bot commented Oct 12, 2022

(Standard links)

@civibot civibot bot added the master label Oct 12, 2022
@demeritcowboy demeritcowboy merged commit 17b78b7 into civicrm:master Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants