Problem/Motivation
In the issue #3351776 the 'args' varchar length was increased to 1024 in an update hook, but not in the schema. Consequently, users who do a new install will not get the 1024 varchar length. Credit to @asherry for spotting the problem and creating a patch in the closed (fixed) issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | increase-args-length-3381746-1.patch | 1.61 KB | bmunslow |
Issue fork draggableviews-3381746
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pnavarrr commentedUsing Drupal 10.1.5 and module version 2.1.3. The patch created on the issue #3351776 it's working for me.
Comment #5
lluvigneTested with Drupal 10 and release 2.1.3 and works well.
Since update hook on 3351776 was included in the latest stable release, we need to add a new hook update to repeat the same process as before, to update installations that could happened in this time interval. I added a new hook to MR that execute the update number 8105 (I did it that way to keep trace of the original update and issue where that update was created).
For me, change in schema works great. Just this update needs to be reviewed.
Comment #6
jlbellidoI've reviewed the changes introduced on the MR and they are fine for me.
I'm moving it RTBC
Comment #7
jlbellidoComment #8
bmunslow commentedUploading patch file based on MR 25
Comment #10
istryker commentedMerged.