Closed (fixed)
Project:
Title Length
Version:
8.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2018 at 15:37 UTC
Updated:
6 Jun 2020 at 08:31 UTC
Jump to comment: Most recent
Comments
Comment #2
babis.p commentedHello,
I have exactly the same problem. Could you tell me exactly what were the extra steps that you had to do manually?
Thanks in advance
Comment #3
rodrigoaguileraIn the link I posted at the end there is a function db_change_varchar_field()
If you call it with the right parameters the schema will be updated.
Do not forget to clear cache after.
Comment #4
guncha25 commentedThis worked for me, when having data in table, so drush entup -y was out of question:
Comment #5
leolandotan commentedI'm getting an error when using the code provided:
Comment #6
hchonovI've found this issue while searching for the documentation referenced in the issue summary and wanted just to notify you, that I've updated the function for updating the schema, as it didn't consider the serialized schema property of the field storage definition.
Comment #7
iuana commentedI had the same issue, the code from #4 worked for me. Thank you!
Comment #9
cbccharlie commentedComment #10
cbccharlie commented