Skip to content

Commit

Permalink
Add changelog entry with migration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrozendaal committed Jan 17, 2025
1 parent cd9c5ad commit 217e61d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
is used by `CommandHandlerHelpers` but in the future might have
other uses (such as tailing the event store as events are being
committed).
- Use `max(id) + 1` query to assign type ids to avoid exhausing the
SMALLINT range. Sequences are not rolled back when a transaction is
aborted so type ids may become exhausted. This is mainly a problem
in development when running tests, but could occur in production if
a transaction that adds a new type is buggy and gets rolled back
multiple times.

Re-apply the `sequent_pgsql.sql` file to your Sequent schema to
apply this fix.

# Changelog 8.0.2 (changes since 8.0.1)

Expand Down

0 comments on commit 217e61d

Please sign in to comment.