aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/helper.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-111-0/+32
| | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
| | | | PHPBB3-12349
* [ticket/12170] Assign schema keys in migration helper with data_depth 1Marc Alexander2014-02-071-1/+1
| | | | | | | | | The migration helper currently drops any keys with schema changes that have the data_depth 1. This change will correctly assign the keys to the steps array without dropping the keys that might contain important info like the actual table that should be created. PHPBB3-12170
* [ticket/11880] migration helper fileNathan Guse2014-02-051-0/+82
PHPBB3-11880