mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 20:56:40 +02:00
[feature/migrations] Make sure migration data not done before running data step
PHPBB3-9737
This commit is contained in:
@ -332,7 +332,7 @@ class phpbb_db_migrator
|
|||||||
$this->apply_schema_changes($migration->update_schema());
|
$this->apply_schema_changes($migration->update_schema());
|
||||||
$state['migration_schema_done'] = true;
|
$state['migration_schema_done'] = true;
|
||||||
}
|
}
|
||||||
else
|
else if (!$state['migration_data_done'])
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user