Skip to content

Commit 1b13683

Browse files
Update docs/docs/00300-resources/00100-how-to/00600-migrating-to-2.0.md
Co-authored-by: Ryan <r.ekhoff@clockworklabs.io> Signed-off-by: Jason Larabie <jason@clockworklabs.io>
1 parent 527dda9 commit 1b13683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/00300-resources/00100-how-to/00600-migrating-to-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@ spacetime sql <database> "SELECT * FROM my_table"
17931793
- [ ] Set your module's case conversion policy to `None`
17941794
- [ ] Change `with_module_name` to `with_database_name`
17951795
- [ ] Change `ctx.sender` to `ctx.sender()`
1796-
- Necessary in Rust modules and in C++ module code/docs after the C++ context migration.
1796+
- Only necessary in Rust and C++ modules.
17971797
- [ ] Remove `update` calls on non-primary key unique indexes
17981798
- When leaving the primary key value unchanged, update using the primary key index
17991799
- When altering the primary key value, delete and insert

0 commit comments

Comments
 (0)