Skip to content

Commit

Permalink
proto: fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Jan 4, 2023
1 parent 184ee5b commit ac9bf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substreams/sink/database/v1/database.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package substreams.sink.database.v1;
option go_package = "github.com/streamingfast/substreams-database-change/pb;pbdatabase";

message DatabaseChanges {
repeated TableChange tableChanges = 1;
repeated TableChange table_changes = 1;
}

message TableChange {
Expand Down

0 comments on commit ac9bf50

Please sign in to comment.