1
0
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:
Nathan Guse
2013-01-13 13:34:16 -06:00
parent 000b8fefd2
commit ccd08e21f6

View File

@ -332,7 +332,7 @@ class phpbb_db_migrator
$this->apply_schema_changes($migration->update_schema());
$state['migration_schema_done'] = true;
}
else
else if (!$state['migration_data_done'])
{
try
{