Skip to content

Issue #3251551 by Beakerboy: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]

Do not create indexes on varchar(max). The max_length is -1, which is tripping up the index size calculations.

Merge request reports