1. 06 Jan, 2020 2 commits
    • charlieablett's avatar
      Apply reviewer feedback · 69055aa6
      charlieablett authored
      - Use `let` instead of local variable
      - Add comment to make the consequences of `validate: false`
      explicit
      69055aa6
    • charlieablett's avatar
      Skip validation for concurrent foreign key · fb43f374
      charlieablett authored
      Add `validate: false` option for adding concurrent foreign key.
      This allows the table lock to be held for a minimal amount of time
      while still performing the checks that `add_concurrent_foreign_key`
      performs for adding a foreign key to a table that may contain invalid
      data, allowing us to put off any validation to a different time.
      fb43f374
  2. 05 Jan, 2020 5 commits
  3. 04 Jan, 2020 3 commits
  4. 03 Jan, 2020 30 commits