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

content_revisions 'data' column needs to be LONGTEXT #169

Closed
paulrwest opened this issue Nov 17, 2016 · 2 comments
Closed

content_revisions 'data' column needs to be LONGTEXT #169

paulrwest opened this issue Nov 17, 2016 · 2 comments

Comments

@paulrwest
Copy link

If a content type has more than 25 fields an afterSave error is thrown on content edit due to the revision data being incorrect format and the object not getting created correctly

To resolve this I changed the field type of content_revisions data from TEXT to TEXTLONG

I understand there is a small performance hit increasing the column type and 25+ fields is an unusual scenario but it is a scenario we have hit.

@botchris
Copy link
Collaborator

Sounds reasonable, I'll take a look

@botchris
Copy link
Collaborator

botchris commented Dec 7, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants