File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -791,12 +791,18 @@ message Fragment {
791791
792792message FragmentHistoryEntry {
793793 // replacing this with a new name, fragment_id
794- string fragment = 1 [(tagger.v1.tags ) = "bson:\"fragment\" json:\"fragment\"" , deprecated = true ];
794+ string fragment = 1 [
795+ (tagger.v1.tags ) = "bson:\"fragment\" json:\"fragment\"" ,
796+ deprecated = true
797+ ];
795798 google.protobuf.Timestamp edited_on = 2 [(tagger.v1.tags ) = "bson:\"edited_on\" json:\"edited_on\"" ];
796- // replacing this with fragmentContents, as we don't want FragmentHistoryEvents to contain fragment metadata
797- Fragment old = 3 [(tagger.v1.tags ) = "bson:\"old\" json:\"old\"" , deprecated = true ];
799+ // replacing this with fragment_contents, as we don't want FragmentHistoryEvents to contain fragment metadata
800+ Fragment old = 3 [
801+ (tagger.v1.tags ) = "bson:\"old\" json:\"old\"" ,
802+ deprecated = true
803+ ];
798804 AuthenticatorInfo edited_by = 4 [(tagger.v1.tags ) = "bson:\"edited_by\" json:\"edited_by\"" ];
799- google.protobuf.Struct fragmentContents = 5 [(tagger.v1.tags ) = "bson:\"fragmentContents \" json:\"fragmentContents \"" ];
805+ google.protobuf.Struct fragment_contents = 5 [(tagger.v1.tags ) = "bson:\"fragment_contents \" json:\"fragment_contents \"" ];
800806 string fragment_id = 6 [(tagger.v1.tags ) = "bson:\"fragment_id\" json:\"fragment_id\"" ];
801807}
802808
You can’t perform that action at this time.
0 commit comments