Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernheisel committed Oct 10, 2023
1 parent 7bc3dc0 commit 8b83039
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 2023-10-10

- Update the instructions for setting a columns' non-null constraint.
Avoid using `modify/3` since that will include adjusting the type
unnecessarily, which will cause Postgres to rewrite the table.
Thanks @dhedlund for the report!

# 2023-05-10

- Add note about setting `migration_lock: false` on CheckRepoStatus when
the Repo is using advisory locks for migrations. Thanks @cgrothaus for the
report!

# 2022-10-06

- Ecto 3.9.0 supports advisory locks for migrations, which is a great way to
manage migrations when you need to create indexes concurrently. Add a note about
using that migration locking strategy.

0 comments on commit 8b83039

Please sign in to comment.