-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Fix name of cache key column to be all lower case rather than camel c… #14359
Fix name of cache key column to be all lower case rather than camel c… #14359
Conversation
(Standard links)
|
820fa2e
to
bad52d5
Compare
Looks good - I'll let jenkins weigh in before I dig deeply |
Test failures appear to relate will investigate shortly |
…ase in civicrm_prevnext_cache Fix test failures
bad52d5
to
783b4b2
Compare
@eileenmcnaughton i think i have fixed the Jenkins failures now |
@seamuslee001 this looks good to me - let's merge if tests pass & then I'll do some more work on dedupe cleanup after which should put it through it's paces even more |
Yay @seamuslee001 that will save future pain! |
@totten - FYI I know you've done a lot of work in the cache system, so if you or @eileenmcnaughton have any extensions e.g. for the WMF caching project that query this table, they will need to be updated. |
@colemanw thanks for thinking of that but no that should not apply |
…ase in civicrm_prevnext_cache
Overview
This renames the cacheKey column to be cachekey to be more standard with other column names
Before
camelCase column name used
After
lower case used
ping @eileenmcnaughton @colemanw