mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
Merge pull request #3718 from javiexin/ticket/13908
[ticket/13908] "After" clause in migration not working
This commit is contained in:
@@ -1533,6 +1533,11 @@ class tools
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($column_data['after']))
|
||||||
|
{
|
||||||
|
$return_array['after'] = $column_data['after'];
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'oracle':
|
case 'oracle':
|
||||||
|
Reference in New Issue
Block a user