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 @@ -734,12 +734,18 @@ message Fragment {
734734
735735message FragmentHistoryEntry {
736736 // replacing this with a new name, fragment_id
737- string fragment = 1 [(tagger.v1.tags ) = "bson:\"fragment\" json:\"fragment\"" , deprecated = true ];
737+ string fragment = 1 [
738+ (tagger.v1.tags ) = "bson:\"fragment\" json:\"fragment\"" ,
739+ deprecated = true
740+ ];
738741 google.protobuf.Timestamp edited_on = 2 [(tagger.v1.tags ) = "bson:\"edited_on\" json:\"edited_on\"" ];
739- // replacing this with fragmentContents, as we don't want FragmentHistoryEvents to contain fragment metadata
740- Fragment old = 3 [(tagger.v1.tags ) = "bson:\"old\" json:\"old\"" , deprecated = true ];
742+ // replacing this with fragment_contents, as we don't want FragmentHistoryEvents to contain fragment metadata
743+ Fragment old = 3 [
744+ (tagger.v1.tags ) = "bson:\"old\" json:\"old\"" ,
745+ deprecated = true
746+ ];
741747 AuthenticatorInfo edited_by = 4 [(tagger.v1.tags ) = "bson:\"edited_by\" json:\"edited_by\"" ];
742- google.protobuf.Struct fragmentContents = 5 [(tagger.v1.tags ) = "bson:\"fragmentContents \" json:\"fragmentContents \"" ];
748+ google.protobuf.Struct fragment_contents = 5 [(tagger.v1.tags ) = "bson:\"fragment_contents \" json:\"fragment_contents \"" ];
743749 string fragment_id = 6 [(tagger.v1.tags ) = "bson:\"fragment_id\" json:\"fragment_id\"" ];
744750}
745751
You can’t perform that action at this time.
0 commit comments