aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/tool/config_text.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14742] Fix comments in migratorOliver Schramm2016-08-201-1/+1
| | | | PHPBB3-14742
* [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-111-0/+5
| | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742
* [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+125
PHPBB3-12812