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