mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 04:48:54 +00:00
Compare commits
No commits in common. "081f2391cb249154edd8fea96ad3231a4c38c71e" and "3b03f3a8f9d29c7dd67d5c00d2fa1f96fe06b0cb" have entirely different histories.
081f2391cb
...
3b03f3a8f9
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ class migrator
|
||||||
$state['migration_data_state']['_total_time'] : 0.0;
|
$state['migration_data_state']['_total_time'] : 0.0;
|
||||||
$elapsed_time = microtime(true);
|
$elapsed_time = microtime(true);
|
||||||
|
|
||||||
$steps = $migration->revert_data() ?: $this->helper->reverse_update_data($migration->update_data());
|
$steps = array_merge($this->helper->reverse_update_data($migration->update_data()), $migration->revert_data());
|
||||||
$result = $this->process_data_step($steps, $state['migration_data_state']);
|
$result = $this->process_data_step($steps, $state['migration_data_state']);
|
||||||
|
|
||||||
$elapsed_time = microtime(true) - $elapsed_time;
|
$elapsed_time = microtime(true) - $elapsed_time;
|
||||||
|
|
Loading…
Add table
Reference in a new issue