aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/schema_generator.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14434] Remove recursion to simplify is_migration methodMatt Friedman2016-01-271-2/+1
* [ticket/14434] Extract migration check to a reusable methodMatt Friedman2016-01-271-7/+5
* [ticket/14434] Schema generator should ignore migration helpersMatt Friedman2016-01-261-1/+11
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
* [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-151-1/+1
* Merge pull request #2474 from PayBas/ticket/12561Joas Schilling2014-05-281-1/+19
|\
| * [ticket/12561] Added tests for "after last", "after missing" and "empty"PayBas2014-05-261-2/+2
| * [ticket/12561] Add check to see if "after" column actually existsPayBas2014-05-261-1/+9
| * [ticket/12561] Add "after" check to schema_generator for columns_addPayBas2014-05-191-1/+11
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
|/
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop...Nils Adermann2014-04-101-2/+2
|\
| * [ticket/12282] Update new referencesJoas Schilling2014-04-011-2/+2
* | [ticket/12362] Throw exception in schema generator on unresolvable dependencyMarc Alexander2014-04-061-0/+36
|/
* [ticket/11459] Pass array with migration class names to schema generatorJoas Schilling2014-03-291-5/+5
* [ticket/11459] Update doc blocksJoas Schilling2014-03-291-2/+2
* [ticket/11459] Add a migration/schema_generatorJoas Schilling2014-03-291-0/+179