aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-projects.proto
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2021-01-05 12:19:25 -0600
committersonartech <sonartech@sonarsource.com>2021-01-11 20:20:39 +0000
commit6789a2ec09f916b67bb34400f332570d2ca26b94 (patch)
tree767909bb951844bafb67f4b99c0b7c18b560e670 /sonar-ws/src/main/protobuf/ws-projects.proto
parent16d235022a4711857cde9d0953be3a864b1bfb83 (diff)
downloadsonarqube-6789a2ec09f916b67bb34400f332570d2ca26b94.tar.gz
sonarqube-6789a2ec09f916b67bb34400f332570d2ca26b94.zip
SONAR-14245 Drop organization related tables
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-projects.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-projects.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projects.proto b/sonar-ws/src/main/protobuf/ws-projects.proto
index c34ce90b4b1..523521afb43 100644
--- a/sonar-ws/src/main/protobuf/ws-projects.proto
+++ b/sonar-ws/src/main/protobuf/ws-projects.proto
@@ -64,7 +64,7 @@ message SearchWsResponse {
repeated Component components = 2;
message Component {
- optional string organization = 1;
+ reserved 1; //drop organization
optional string key = 3;
optional string name = 4;
optional string qualifier = 5;