|
@@ -84,7 +84,7 @@ discard block |
|
|
block discarded – undo |
|
84
|
84
|
|
|
85
|
85
|
/// @todo can we could have the included migration's steps be printed as 1.1, 1.2 etc... |
|
86
|
86
|
/// @todo we could return the result of the included migration's last step |
|
87
|
|
- foreach($migrationDefinitions as $migrationDefinition) { |
|
|
87
|
+ foreach ($migrationDefinitions as $migrationDefinition) { |
|
88
|
88
|
$this->migrationService->executeMigration($migrationDefinition, $context); |
|
89
|
89
|
} |
|
90
|
90
|
|
|
@@ -210,7 +210,7 @@ discard block |
|
|
block discarded – undo |
|
210
|
210
|
|
|
211
|
211
|
foreach ($dsl['references'] as $key => $reference) { |
|
212
|
212
|
// BC |
|
213
|
|
- if (is_array($reference) && isset($reference['json_path']) && !isset($reference['attribute'] )) { |
|
|
213
|
+ if (is_array($reference) && isset($reference['json_path']) && !isset($reference['attribute'])) { |
|
214
|
214
|
$reference['attribute'] = $reference['json_path']; |
|
215
|
215
|
} |
|
216
|
216
|
$reference = $this->parseReferenceDefinition($key, $reference); |
Please login to merge, or discard this patch.