Tests pending pull requests

Build: #6396 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Marc

    Marc 0c34641abd8f17331fa00b9d847549ce1e5d99e9

    Merge pull request #3718 from javiexin/ticket/13908
    [ticket/13908] "After" clause in migration not working

  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 56f47c13440be49b5e9c73b3e656dc8c9bdfc974

    [ticket/13908] "After" clause in migration not working
    In a migration file, if you try to add a column to a table and specify
    the order, by specifying an "after" clause, it is not used at all, even
    for databases that support it (like mysql).
    This fixes the issue, for mysql databases. Typo fixed.

    PHPBB3-13908

    • phpBB/phpbb/db/tools.php (version 56f47c13440be49b5e9c73b3e656dc8c9bdfc974)
  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 86945bdf84086c2662754d4c7a79508fa9f89a9b

    [ticket/13908] "After" clause in migration not working
    In a migration file, if you try to add a column to a table and specify
    the order, by specifying an "after" clause, it is not used at all, even
    for databases that support it (like mysql).
    This fixes the issue, for mysql databases.

    PHPBB3-13908

    • phpBB/phpbb/db/tools.php (version 86945bdf84086c2662754d4c7a79508fa9f89a9b)