aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migration/dummy.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Fix dbal tests after config namespace mishapNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [feature/migrations] Make the test depends_on methods staticNathan Guse2013-01-101-1/+1
| | | | PHPBB3-11318
* [feature/migrations] Fix if method (and create a test for it)Nathan Guse2013-01-091-13/+1
| | | | PHPBB3-9737
* [feature/migrations] Process migration steps and move to PHP5 codeNils Adermann2013-01-091-1/+8
|
* [feature/migrations] Return schema changes in database update style arrayNils Adermann2013-01-091-1/+7
| | | | | | | Returning the set of schema changes allows potentially aggregating to generate the overall install schema automatically from a set of migrations PHPBB3-9737
* [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-091-0/+26
The migrator takes care of applying migrations as necessary. RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41337 PHPBB3-9737