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: gobuffalo/fizz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: gobuffalo/fizz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.1
Choose a head ref
  • 3 commits
  • 67 files changed
  • 3 contributors

Commits on Nov 4, 2020

  1. Respect auto_index keys in crdb (#99)

    This patch reverts a behavior introduced earlier and adds a test to prevent future regressions. With this patch, it is possible to use `change_column` on columns with foreign key references but without explicitly defined indices. Without this patch, those changes fail because CRDB needs an index on the referencing column when creating foreign key checks.
    
    Closes #98
    aeneasr authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3416f0e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    28f4984 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from gochigo/update-modules

    updated module dependencies, fixed workflow, and added badges
    paganotoni authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    33f521c View commit details
    Browse the repository at this point in the history
Loading