Skip to content

Commit 93f60d3

Browse files
author
Ganeshwara Hananda
committed
Add read secondary
1 parent c3b95a4 commit 93f60d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protobuf/transaction.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ message Transaction {
6767
enum Type {
6868
READ = 0;
6969
WRITE = 1;
70+
READ_SECONDARY = 2;
7071
}
7172

7273
message Open {

0 commit comments

Comments
 (0)