Simplify buffer_operations schema

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-08-22 16:42:08 -07:00 committed by Mikayla
parent 1d08f44e70
commit 11ef5e2740
No known key found for this signature in database
4 changed files with 121 additions and 166 deletions

View file

@ -12,9 +12,6 @@ pub struct Model {
pub lamport_timestamp: i32,
#[sea_orm(primary_key)]
pub replica_id: i32,
pub local_timestamp: i32,
pub version: Vec<u8>,
pub is_undo: bool,
pub value: Vec<u8>,
}