mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 11:06:14 +00:00
chore: add value2 comment snapshot
This commit is contained in:
parent
d87b3b960d
commit
9dc373048d
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ struct SnapshotOpEncoding {
|
|||
prop: usize,
|
||||
// list range start or del len or map value index
|
||||
value: u64,
|
||||
// List: the length of content when inserting, -2 when the inserted content is unknown, and -1 when deleting.
|
||||
// Map: always -1
|
||||
#[columnar(strategy = "Rle")]
|
||||
value2: i64,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue