Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion proto/fds/protobuf/stach/Package.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ message Package {
repeated string primary_table_ids = 2;

// The map (key: table id) of all tables
map<string, factset.protobuf.stach.table.Table> tables = 3;
map<string, factset.protobuf.stach.table.Table> tables = 4;
}