We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74af52d commit fdce201Copy full SHA for fdce201
1 file changed
rust/sync-service/database/user-peer-mapping/migrations/0002_add_blame.sql
@@ -5,5 +5,3 @@ CREATE TABLE blame (
5
timestamp_ms INTEGER NOT NULL,
6
PRIMARY KEY (document_id, node_id)
7
);
8
-
9
-CREATE INDEX idx_blame_document_id ON blame (document_id);
0 commit comments