Skip to content

Deploy fix

Otto Visser requested to merge deployFix into development

What does this MR do?

Unique string column was too long thanks to UTF8

Actions taken to fix the bug

Limit length to 64 (--> 4*64 < 767 bytes) Also made some fields final (that should probably have gone in a different MR though...)

Does this MR meet the acceptance criteria?

  • I have added tests to validate the fix.
  • I have updated the documentation accordingly.
  • I have added translations for all new client-side text.
  • I have updated the changelog accordingly.

Merge request reports