aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-041-1/+1
| | | | PHPBB3-12655
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrateTristan Darricau2014-05-041-1/+1
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12499 PHPBB3-12499
* [ticket/12475] Tabs, spaces, ...Nils Adermann2014-05-021-2/+2
| | | | PHPBB3-12475
* [ticket/12475] Load extension migrations on cli updater tooNils Adermann2014-05-021-1/+2
| | | | PHPBB3-12475
* Merge pull request #2381 from Nicofuma/ticket/12475Andreas Fischer2014-05-021-1/+1
|\ | | | | | | | | | | | | [ticket/12475] Undefined variable $log in db:migrate console command * Nicofuma/ticket/12475: [ticket/12475] Error in db:update console command
| * [ticket/12475] Error in db:update console commandNicofuma2014-05-021-1/+1
| | | | | | | | PHPBB3-12475
* | [ticket/12474] Error messages should be displayed with <error> tagNicofuma2014-05-021-1/+1
|/ | | | PHPBB3-12474
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+127
PHPBB3-12473