-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[5.3] Change type of field "fieldparams" in table #_fields from text to mediumtext #44238
Conversation
I have tested this item ✅ successfully on 03a0fab This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44238. |
administrator/components/com_admin/sql/updates/mysql/5.3.0-2024-10-13.sql
Outdated
Show resolved
Hide resolved
…4-10-13.sql Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
I've restored the previous human test result as the later changes which have invalidated the test counter were only some kind of code style without functional impact. |
I have tested this item ✅ successfully on 8270392 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44238. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44238. |
Do we not need the changes on postgres too? |
Thanks! |
Oh, hold on, why? It is mistake. |
This here is more about end users and not extension developers as the fieldparams column contains the options from the UI. |
Pull Request for Issue #43929 .
Summary of Changes
alter
#__fields.fieldparams
to MEDIUMTEXTTesting Instructions
run the sql
or
https://artifacts.joomla.org/drone/joomla/joomla-cms/5.3-dev/44238/downloads/79556/
Actual result BEFORE applying this Pull Request
the field is TEXT
Expected result AFTER applying this Pull Request
the field is MEDIUMTEXT
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed