Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Aug 2018 at 08:15 UTC
Updated:
20 Aug 2018 at 09:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
amateescu commentedThis should do it.
Comment #3
amateescu commentedNote that this was already fixed for SQLite in #2982759: EntityUpdateToRevisionableAndPublishableTest wrongly assumes entities should be converted to revisionable and publishable in a single step.
Comment #4
timmillwoodLGTM
Comment #5
alexpottNice one less query on updates where
initial_from_fieldis set. As we're about to have lots of updates run applied to 8.6.x as well I've backported this very non-disruptive change to 8.6.xCommitted and pushed bc328489db to 8.7.x and 86e0dbeb57 to 8.6.x. Thanks!