Simplify buffer_operations schema
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
1d08f44e70
commit
11ef5e2740
4 changed files with 121 additions and 166 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue