Skip to content

Commit

Permalink
resolved review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-kharse committed May 22, 2023
1 parent 3475021 commit 46cbb2c
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 360 deletions.
2 changes: 2 additions & 0 deletions protos/pb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ message SchemaNode {
bool upsert = 8;
bool lang = 9;
bool no_conflict = 10;
bool unique = 11;
}

message SchemaResult {
Expand All @@ -496,6 +497,7 @@ message SchemaUpdate {
bool list = 6;
bool upsert = 8;
bool lang = 9;
bool unique = 14;

// Fields required for type system.
bool non_nullable = 10;
Expand Down
Loading

0 comments on commit 46cbb2c

Please sign in to comment.