mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/17507] Fix column removal issues
PHPBB-17507
This commit is contained in:
@@ -134,7 +134,7 @@ abstract class phpbb_migration_test_base extends phpbb_database_test_case
|
||||
|
||||
protected function revert_migration()
|
||||
{
|
||||
while ($this->migrator->migration_state($this->migration_class))
|
||||
while ($this->migrator->migration_state($this->migration_class) !== false)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user