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

@ -222,9 +222,6 @@ CREATE TABLE "buffer_operations" (
"epoch" INTEGER NOT NULL,
"replica_id" INTEGER NOT NULL,
"lamport_timestamp" INTEGER NOT NULL,
"local_timestamp" INTEGER NOT NULL,
"version" BLOB NOT NULL,
"is_undo" BOOLEAN NOT NULL,
"value" BLOB NOT NULL,
PRIMARY KEY(buffer_id, epoch, lamport_timestamp, replica_id)
);