mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 03:08:40 -04:00
9f30d42d50
# Description of Changes When "fixing" a clippy lint, I accidentally flipped a boolean condition in a `filter` call, breaking replay of column-type-altering automigrations. I'm also fixing an error message containing a typo I apparently wrote many months ago, where I was printing the "old" layout in both places rather than also printing the "new" layout. This is used only as a diagnostic message, and is never programmatically inspected. # API and ABI breaking changes N/a # Expected complexity level and risk 1 # Testing - [x] Replayed the broken module manually locally.