1
0
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:
Marc Alexander 2016-01-17 23:28:29 +01:00
commit 0c34641abd

View File

@ -1533,6 +1533,11 @@ class tools
}
}
if (isset($column_data['after']))
{
$return_array['after'] = $column_data['after'];
}
break;
case 'oracle':