Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cakephp/migrations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.2
Choose a base ref
...
head repository: cakephp/migrations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.3
Choose a head ref

Commits on May 18, 2022

  1. bake a valid drop migration

    LordSimal committed May 18, 2022
    Copy the full SHA
    7a8fb6c View commit details
  2. Merge pull request #554 from cakephp/3.x-bake-valid-drop-migration

    bake a valid drop migration
    markstory authored May 18, 2022
    Copy the full SHA
    cf27dab View commit details

Commits on May 27, 2022

  1. update phpstan and psalm

    LordSimal committed May 27, 2022
    Copy the full SHA
    69b9641 View commit details
  2. Merge pull request #555 from cakephp/3.x-update-stan

    update phpstan and psalm
    othercorey authored May 27, 2022
    Copy the full SHA
    271d697 View commit details

Commits on Jul 1, 2022

  1. Copy the full SHA
    bdab5fb View commit details

Commits on Jul 6, 2022

  1. Merge pull request #557 from CakeDC/3.x

    Remove single quotes from default value if present
    markstory authored Jul 6, 2022
    Copy the full SHA
    e0b0547 View commit details

Commits on Aug 26, 2022

  1. Change "Renaming a table" section to match Phinx documentation

    Original example doesn't work as it calls save() when update() is required.
    
    https://book.cakephp.org/phinx/0/en/migrations.html#renaming-a-table
    kalnado authored Aug 26, 2022
    Copy the full SHA
    178c7aa View commit details
  2. Copy the full SHA
    05478a5 View commit details

Commits on Sep 2, 2022

  1. Using another approach disabling casting. Removing isset to avoid psa…

    …lm/phpstan issues because of non-nullable property
    ajibarra committed Sep 2, 2022
    Copy the full SHA
    7c20c6d View commit details
  2. Fix unit tests

    ajibarra committed Sep 2, 2022
    Copy the full SHA
    e91de95 View commit details

Commits on Sep 6, 2022

  1. Merge pull request #560 from kalnado/patch-1

    Change "Renaming a table" section to match Phinx documentation
    markstory authored Sep 6, 2022
    Copy the full SHA
    b9c1eeb View commit details

Commits on Sep 9, 2022

  1. Copy the full SHA
    a992608 View commit details

Commits on Sep 16, 2022

  1. Copy the full SHA
    db48108 View commit details
  2. Copy the full SHA
    5d8a7dd View commit details
  3. Reapply change from #561 to avoid phpstan complain about isset and al…

    …ready initialized property
    ajibarra committed Sep 16, 2022
    Copy the full SHA
    bf10fd8 View commit details
  4. Copy the full SHA
    fac590e View commit details
  5. Copy the full SHA
    eb47296 View commit details

Commits on Sep 17, 2022

  1. Merge pull request #561 from CakeDC/3.x

    Map Date/Time types to string to avoid issues importing seeds
    markstory authored Sep 17, 2022
    Copy the full SHA
    a51e7d2 View commit details

Commits on Sep 19, 2022

  1. Copy the full SHA
    d5feb0c View commit details

Commits on Sep 20, 2022

  1. Apply suggestions from code review

    Co-authored-by: othercorey <corey.taylor.fl@gmail.com>
    markstory and othercorey authored Sep 20, 2022
    Copy the full SHA
    fddd6c8 View commit details
  2. Merge pull request #563 from cakephp/ref-help-message

    Improve help for `bake migrations` command
    markstory authored Sep 20, 2022
    Copy the full SHA
    1019fd4 View commit details

Commits on Sep 23, 2022

  1. Copy the full SHA
    ba0e455 View commit details
  2. Copy the full SHA
    8a1ea70 View commit details
  3. Copy the full SHA
    b2fef75 View commit details
  4. Copy the full SHA
    1b25f92 View commit details
  5. Update ci.yml

    ajibarra authored Sep 23, 2022
    Copy the full SHA
    b8dd776 View commit details
  6. Copy the full SHA
    e7d7f1b View commit details
  7. Merge branch 'issue/500-decimal-no-precision' of github.com:CakeDC/ca…

    …kephp-migrations into issue/500-decimal-no-precision
    ajibarra committed Sep 23, 2022
    Copy the full SHA
    2c2cd1f View commit details

Commits on Sep 25, 2022

  1. Merge pull request #562 from CakeDC/issue/500-decimal-no-precision

    Fixes #500 . If precision is 0 command adds it anyway.
    markstory authored Sep 25, 2022
    Copy the full SHA
    8ba15cc View commit details
Loading