aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migration/if_params.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15274] Allow "custom" migrations to use parametersjaviexin2019-05-081-2/+2
| | | | | | Remove references in migration tool. PHPBB3-15274
* [ticket/15274] Allow "custom" migrations to use parametersjaviexin2019-05-081-0/+44
Add the possibility to have custom migrations with parameters, allowing the use of a single function for several uses. PHPBB3-15274