Skip to content

Separate table for file content values

Choose a tag to compare

@JakobTolkemit JakobTolkemit released this 17 Mar 10:38
· 74 commits to master since this release
438d303
  • OrderItemOptions of the type file now store their value in a separate table.
  • The optionValue of OrderItemOptions is now saved as a VARCHAR(255) instead of LONGTEXT
    • This means your text options no longer support values that are more than 255 characters long.