From 5e01d108ec24f9e3ad7af01987eac5a40940af5f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 15 Jun 2021 18:59:18 +0100 Subject: [PATCH] Update db.proto --- db/proto/db.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/proto/db.proto b/db/proto/db.proto index 37de7b2..40bd006 100644 --- a/db/proto/db.proto +++ b/db/proto/db.proto @@ -70,7 +70,7 @@ message UpdateResponse {} message DeleteRequest { // Optional table name string table = 1; - // id or ids, eg. 'user-1', or comma separated ids 'user-1,user-2' + // id of the record string id = 2; }