This commit is contained in:
chrislu
2024-04-12 13:31:54 -07:00
parent 0cbf364a3d
commit 48fe50df81
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ package schema_pb;
option go_package = "github.com/seaweedfs/seaweedfs/weed/pb/schema_pb";
message RecordType {
repeated Field fields = 2;
repeated Field fields = 1;
}
message Field {