diff --git a/proto/fds/protobuf/stach/Package.proto b/proto/fds/protobuf/stach/Package.proto index fe61a6a..fc6ed2b 100644 --- a/proto/fds/protobuf/stach/Package.proto +++ b/proto/fds/protobuf/stach/Package.proto @@ -17,5 +17,7 @@ message Package { repeated string primary_table_ids = 2; // The map (key: table id) of all tables - map tables = 3; + map tables = 4; } + +