mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #3718 from javiexin/ticket/13908
[ticket/13908] "After" clause in migration not working
This commit is contained in:
commit
0c34641abd
1 changed files with 5 additions and 0 deletions
|
@ -1533,6 +1533,11 @@ class tools
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($column_data['after']))
|
||||||
|
{
|
||||||
|
$return_array['after'] = $column_data['after'];
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'oracle':
|
case 'oracle':
|
||||||
|
|
Loading…
Add table
Reference in a new issue