Fix DB update (#148)

This commit is contained in:
Janos Dobronszki
2021-06-10 14:23:05 +01:00
committed by GitHub
parent 3533fa1d5f
commit c4895b8ca6
4 changed files with 32 additions and 46 deletions

View File

@@ -45,10 +45,8 @@ message CreateResponse {
message UpdateRequest {
string table = 1;
// query filter if applying to multiple records
string query = 2;
// record, JSON object
google.protobuf.Struct record = 3;
google.protobuf.Struct record = 2;
}
message UpdateResponse {