aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migration/migration.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9737] Fix some commentsNathaniel Guse2013-01-231-2/+2
| | | | PHPBB3-9737
* [feature/migrations] Function effectively_installed() in migrationsNathan Guse2013-01-131-0/+15
| | | | | | | | | | | | Allows you to check if the migration is effectively installed (entirely optionall) This function is intended to help moving to migrations from a previous database updater, where some migrations may have been installed already even though they are not yet listed in the migrations table. PHPBB3-9737
* [feature/migrations] Make depends_on static to call it without dependenciesNathan Guse2013-01-101-1/+1
| | | | PHPBB3-11318
* [feature/migrations] Creating revert method to attempt reverting a migrationNathan Guse2013-01-091-0/+23
| | | | | | This code is in progress PHPBB3-9737
* [feature/migrations] Fixing returns of callables and handling data stateNathan Guse2013-01-091-6/+29
| | | | | | Lots of comments and some other miscellaneous fixes. PHPBB3-9737
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-0/+129
PHPBB3-9737