Skip to content

Commit fdce201

Browse files
committed
remove needless index
1 parent 74af52d commit fdce201

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rust/sync-service/database/user-peer-mapping/migrations/0002_add_blame.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ CREATE TABLE blame (
55
timestamp_ms INTEGER NOT NULL,
66
PRIMARY KEY (document_id, node_id)
77
);
8-
9-
CREATE INDEX idx_blame_document_id ON blame (document_id);

0 commit comments

Comments
 (0)