Update db.proto

This commit is contained in:
Asim Aslam
2021-06-15 18:59:18 +01:00
committed by GitHub
parent 7190ea1bf5
commit 5e01d108ec

View File

@@ -70,7 +70,7 @@ message UpdateResponse {}
message DeleteRequest { message DeleteRequest {
// Optional table name // Optional table name
string table = 1; string table = 1;
// id or ids, eg. 'user-1', or comma separated ids 'user-1,user-2' // id of the record
string id = 2; string id = 2;
} }