mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-17 05:07:35 -04:00
f274414b26
# Description of Changes This adds auto migration support to the `schema` crate. Additional changes are needed to fully implement this feature: see https://github.com/clockworklabs/SpacetimeDB/issues/2912 # API and ABI breaking changes None # Expected complexity level and risk 1, at this level the change is fairly straightforward. The integration will be more difficult. # Testing Added `schema` unit tests for success/failure cases. --------- Co-authored-by: Shubham Mishra <shivam828787@gmail.com>