Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase fieldMapping column size to mediumtext #1453

Merged
merged 2 commits into from
May 27, 2024

Conversation

i-just
Copy link
Contributor

@i-just i-just commented May 24, 2024

Description

Migrate the fieldMapping column in the feedme_feeds table from text to mediumtext to help store mapping info for larger layouts when using Maria/MySQL. PostgreSQL will stay as text (as it doesn’t have the same limit on the text type and also doesn’t have a mediumtext type).

Related issues

#1446

@i-just i-just requested a review from angrybrad as a code owner May 24, 2024 07:08
@angrybrad angrybrad merged commit 40136d7 into 5.x May 27, 2024
5 checks passed
@angrybrad angrybrad deleted the bugfix/1446-field-mapping-column-size branch May 27, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants