summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-10 11:22:08 -0600
committerJeff Carr <[email protected]>2025-01-10 11:22:08 -0600
commitd36344e463e80d89d0cc8b028b6243823d184b35 (patch)
treeea8c4c78907420631476fd5061500d896cded87b /file.proto
parente07c6a35fd5d2ca1b3a6c09d9781d21f676f52f2 (diff)
make seperate find and sort files
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.proto b/file.proto
index 18b096a..bb9f614 100644
--- a/file.proto
+++ b/file.proto
@@ -29,6 +29,8 @@ message MsgVar {
string varName = 1; // the variable name
string varType = 2; // the variable type
bool isRepeated = 3; // does the variable repeate
+ bool hasSort = 4; // marked with sort
+ bool hasUnique = 5; // marked with unique
}
message MsgName {