Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Gleb SinkovskiyGleb SinkovskiyReviewer
AlexAlexChange Log Group
FixedChange Log Message
The SQL revisions weren't considered as duplicate compared to executed revisions.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
1h 32m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Gleb Sinkovskiy
Gleb SinkovskiyReviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
The SQL revisions weren't considered as duplicate compared to executed revisions.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
1h 32m logged
Story Points
1
Fix versions
Created May 30, 2016 at 9:10 AM
Updated December 29, 2024 at 8:52 PM
Resolved November 24, 2016 at 8:43 PM
In the "DeploymentHelper::collectDatabaseRevisions" method:
collect all found revisions (regardless of their status) into local "$revision_numbers" array
when new revision is found, then compare it against "$revision_numbers" variable instead of using "$this->revisionSqls" which represents only non-executed revisions