AcclaroInc / craft-translations

Easily manage your Craft CMS website translations and drive global growth with simplified translation workflows.
https://plugins.craftcms.com/translations
Other
9 stars 11 forks source link

Update varchar db columns to text #483

Closed raray closed 6 months ago

raray commented 6 months ago

Pull Request

Description:

MariaDB imposes a row-size limit of 65,535 bytes for the combined sizes of all columns." https://mariadb.com/kb/en/innodb-limitations/

The translations_orders.elementIds and translations_orders.tags are set to varchar(8160) which causes this table to exceed the limit. This PR changes the types of those column from varchar to text.

Related Issue(s):

Changes Made:

Testing:

[Describe the testing performed to ensure the changes are functioning as expected.]

Quality Assurance (QA):

Resources:

Screenshots (if applicable): [Include any relevant screenshots to visually demonstrate the changes.]

Wrapping up

Checklist:

Additional Notes: [Include any additional notes, considerations, or context that may be relevant.]