#2168011: Remove all 7.x to 8.x update hooks and disallow updates from the previous major version left some functions in that don't look necessary:
- update_add_uuids
- update_add_cache_columns
Both of these functions would only be useful during a major version upgrade afaics
| Comment | File | Size | Author |
|---|---|---|---|
| d8.remove-update-functions.patch | 1.95 KB | alexpott |
Comments
Comment #1
jibranRTBC if green.
Comment #2
webchickCommitted and pushed to 8.x. Thanks!
Since only update functions would call these, and since we already have a change notice about those being removed, I think we're fine to just mark this fixed.
Comment #3
xjmComment #4
xjmAdded the reference to this to the change record and updated it (it has a list of the removed helper functions).