aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migration/tool/interface.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/migrations] Reverse data functionalityNathan Guse2013-01-091-0/+10
| | | | | | | | | If data step fails, attempt to roll back any previous calls from the migration that failed. Fix some failing tests PHPBB3-9737
* [feature/migrations] Fixing returns of callables and handling data stateNathan Guse2013-01-091-0/+5
| | | | | | Lots of comments and some other miscellaneous fixes. PHPBB3-9737
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-0/+18
PHPBB3-9737