Skip to content

Tags: coderanger/phinx

Tags

0.15.2

Toggle 0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cakephp#2224 from cakephp/table-nullable-type

Allow Table::addColumn() to use type from Column object again

0.15.1

Toggle 0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure PostgresAdapter::useIdentity is always initialized (cakephp#2223)

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add declare strict_types to seed template (cakephp#2220)

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix 2193 Postgres GENERATED ALWAYS (cakephp#2195)

* Update the postgres generated clause to GENERATED BY DEFAULT to allow database seeding.

* Copied insert statements from PdoAdapter and updated to include OVERRIDING SYSTEM VALUE to allow database seeding when a column was created with GENERATED ALWAYS.

* Update PostgresAdapter unit tests with expected output.

* Update PostgresAdapter unit tests with default generated clause.

* Only override system value if Postgres version is greater than or equal to 10.

* Add checks for Postgres version and coding standard fix.

* Another Postgres version check.

0.13.4

Toggle 0.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove duplicate include matrix value (cakephp#2168)

0.13.3

Toggle 0.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix reference to MysqlAdapter::FIRST constant in migrations doc (cake…

…php#2143)

0.13.2

Toggle 0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added config option to specify custom seeder template path to use (ca…

…kephp#2146)

* Added config option to specify custom seeder template path to use

* Fixed codestyle problems

* Fixed code review problems

* Update src/Phinx/Config/Config.php

Fixing Code-Review problems

Co-authored-by: Mark Scherer <[email protected]>

* Fixed code review problems

* Fixed code review problems

* Fixed code review problems

Co-authored-by: Mark Scherer <[email protected]>

0.13.1

Toggle 0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove PostgresAdapter::getDefaultValueDefinition method override (ca…

…kephp#2118)

0.13.0

Toggle 0.13.0's commit message
Merge branch '0.x' into 0.next

0.12.13

Toggle 0.12.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix defaultName deprecation warning on symfony/console 6.1 (cakephp#2107

)