mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
[feature/migrations] Make sure migration data not done before running data step
PHPBB3-9737
This commit is contained in:
parent
000b8fefd2
commit
ccd08e21f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue