From f05358f3de4837b802a02664658c9f020a1e419c Mon Sep 17 00:00:00 2001 From: Sai Giridhar P Date: Mon, 7 Dec 2020 14:39:51 +0530 Subject: [PATCH 1/3] test(stachschema): Testing GitHub Actions workflows --- proto/fds/protobuf/stach/Package.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/fds/protobuf/stach/Package.proto b/proto/fds/protobuf/stach/Package.proto index fe61a6a..40a2d5e 100644 --- a/proto/fds/protobuf/stach/Package.proto +++ b/proto/fds/protobuf/stach/Package.proto @@ -17,5 +17,5 @@ message Package { repeated string primary_table_ids = 2; // The map (key: table id) of all tables - map tables = 3; + map tables = 4; } From b6ebea6682b2067fe5cd28353f60ae6945f9dfc0 Mon Sep 17 00:00:00 2001 From: spasumarthi Date: Mon, 14 Dec 2020 12:31:14 +0530 Subject: [PATCH 2/3] fix(stachschema): Minor fix --- proto/fds/protobuf/stach/Package.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/fds/protobuf/stach/Package.proto b/proto/fds/protobuf/stach/Package.proto index 40a2d5e..406a7cb 100644 --- a/proto/fds/protobuf/stach/Package.proto +++ b/proto/fds/protobuf/stach/Package.proto @@ -19,3 +19,4 @@ message Package { // The map (key: table id) of all tables map tables = 4; } + From 63abc8fc4e8ea720685422465c490dc51e71d7da Mon Sep 17 00:00:00 2001 From: spasumarthi Date: Mon, 14 Dec 2020 19:33:19 +0530 Subject: [PATCH 3/3] Test commit --- proto/fds/protobuf/stach/Package.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/fds/protobuf/stach/Package.proto b/proto/fds/protobuf/stach/Package.proto index 406a7cb..fc6ed2b 100644 --- a/proto/fds/protobuf/stach/Package.proto +++ b/proto/fds/protobuf/stach/Package.proto @@ -20,3 +20,4 @@ message Package { map tables = 4; } +