Skip to content

Commit

Permalink
Rename INDEXED_VALUE_TYPE_STRING to INDEXED_VALUE_TYPE_TEXT (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Oct 18, 2021
1 parent 2f980f7 commit df58bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ lint:
- DEFAULT
breaking:
use:
- PACKAGE
- WIRE
# - PACKAGE
2 changes: 1 addition & 1 deletion temporal/api/enums/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ enum EncodingType {

enum IndexedValueType {
INDEXED_VALUE_TYPE_UNSPECIFIED = 0;
INDEXED_VALUE_TYPE_STRING = 1;
INDEXED_VALUE_TYPE_TEXT = 1;
INDEXED_VALUE_TYPE_KEYWORD = 2;
INDEXED_VALUE_TYPE_INT = 3;
INDEXED_VALUE_TYPE_DOUBLE = 4;
Expand Down

0 comments on commit df58bcd

Please sign in to comment.