- Apr 29, 2018
-
-
José Lorenzo Rodríguez authored
Document support for MySQL attributes during environment configuration
-
José Lorenzo Rodríguez authored
Document supported table options
-
José Lorenzo Rodríguez authored
Printing migration and seed paths more nicely
-
- Dec 10, 2016
-
-
Rob Morgan authored
-
Rob Morgan authored
Add a Gitter chat badge to README.md
-
The Gitter Badger authored
-
- Oct 27, 2016
-
-
Richard Quadling authored
-
- Oct 22, 2016
-
-
John S Long authored
-
- Oct 20, 2016
-
-
John S Long authored
-
- Oct 18, 2016
-
-
Richard Quadling authored
Reverse "fix .gitignore"
-
- Oct 17, 2016
-
-
Chris Tiearney authored
Changing the db and migrations directories to non-relative paths as per 89f4fa27 resulted in a user with `core.ignorecase=true` in his git config having issues with files and folders within his vendor folder to be ignored #965.
-
- Oct 12, 2016
-
-
John S Long authored
-
- Sep 26, 2016
-
-
Woody Gilk authored
Fix for Config::getMigrationBaseClassName
-
- Sep 19, 2016
-
-
Rob Morgan authored
Allow console input to be used within adapters
-
- Sep 15, 2016
-
-
Ben Getsug authored
-
- Sep 14, 2016
-
-
Ben Getsug authored
-
- Sep 05, 2016
-
-
Rob Morgan authored
Fixed Typo
-
Anoop M D authored
-
- Aug 29, 2016
-
-
Chris Tiearney authored
Updated config tests to check that base class name is returned correctly when specified without a namespace.
-
Chris Tiearney authored
-
- Jul 29, 2016
-
-
Richard Quadling authored
Support glob brace for seed paths
-
Mathias Brodala authored
This copies the glob brace support in migration paths
-
- Jul 28, 2016
-
-
Richard Quadling authored
Fixes #831
-
Edson Medina authored
Only `removeIndex()` was mentioned in the docs. It took me quite a while to figure out that it expected the field names (and not the index names), so I'm adding the reference.
-
Richard Quadling authored
-
Richard Quadling authored
Added mention to removeIndexByName()
-
- Jul 27, 2016
-
-
Richard Quadling authored
* 0.6.x-dev: Prepare v0.6.4 Update CHANGELING to prepare for v0.6.4 release Update README.md to point to master for badges Fix SQLite adapter drops table on changeColumn if there's a foreign key Update TextWrapper.php Update TextWrapper.php To use phinx for unit testing, sometimes is necessary to run not just the migrations, but the seeds as well. This commit add a new method getSeed that runs the seeds. When setting options as a non-associative array, Column fails with "Call to undefined method Phinx\Db\Table\Column::set0()". This check makes sure the developer gets an appropriate message. doc block updated Removed unused var Fix more missing return value and type Added missing return value Update README.md Getter should match setter. \\Phinx\\Console\\Command\\Create.php:21 uses getMigrationBaseClassName() so it is added to the interface Unused variable Class properties should be declared
-
Richard Quadling authored
-
Richard Quadling authored
-
Richard Quadling authored
-
Richard Quadling authored
Fixes #922
-
Edson Medina authored
Only `removeIndex()` was mentioned in the docs. It took me quite a while to figure out that it expected the field names (and not the index names), so I'm adding the reference.
-
- Jul 26, 2016
-
-
Richard Quadling authored
To use phinx for unit testing, sometimes is necessary to run not just…
-
cauelorenzato authored
-
cauelorenzato authored
-
- Jul 25, 2016
-
-
Cauê Lorenzato authored
To use phinx for unit testing, sometimes is necessary to run not just the migrations, but the seeds as well. This commit add a new method getSeed that runs the seeds.
-
Richard Quadling authored
When setting options as a non-associative array, Column fails with "Call to undefined method Phinx\Db\Table\Column::set0()"
-
Rob Morgan authored
merge Master
-
Alexey Karapetov authored
-
Alexey Karapetov authored
When setting options as a non-associative array, Column fails with "Call to undefined method Phinx\Db\Table\Column::set0()". This check makes sure the developer gets an appropriate message. Using strict in_array() to check for non-assoc arrays
-