mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Update db.proto
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user