aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db/migrate.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-0/+9
* Merge pull request #2780 from Nicofuma/ticket/12870Andreas Fischer2014-07-281-0/+2
|\
| * [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-25/+2
| * [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-1/+26
* | [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-231-1/+1
|/
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-6/+2
* [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-041-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrateTristan Darricau2014-05-041-1/+1
* [ticket/12475] Tabs, spaces, ...Nils Adermann2014-05-021-2/+2
* [ticket/12475] Load extension migrations on cli updater tooNils Adermann2014-05-021-1/+2
* Merge pull request #2381 from Nicofuma/ticket/12475Andreas Fischer2014-05-021-1/+1
|\
| * [ticket/12475] Error in db:update console commandNicofuma2014-05-021-1/+1
* | [ticket/12474] Error messages should be displayed with <error> tagNicofuma2014-05-021-1/+1
|/
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+127