diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2021-01-05 12:19:25 -0600 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-11 20:20:39 +0000 |
commit | 6789a2ec09f916b67bb34400f332570d2ca26b94 (patch) | |
tree | 767909bb951844bafb67f4b99c0b7c18b560e670 /enable-organizations.sh | |
parent | 16d235022a4711857cde9d0953be3a864b1bfb83 (diff) | |
download | sonarqube-6789a2ec09f916b67bb34400f332570d2ca26b94.tar.gz sonarqube-6789a2ec09f916b67bb34400f332570d2ca26b94.zip |
SONAR-14245 Drop organization related tables
Diffstat (limited to 'enable-organizations.sh')
-rwxr-xr-x | enable-organizations.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/enable-organizations.sh b/enable-organizations.sh deleted file mode 100755 index 571028483c7..00000000000 --- a/enable-organizations.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -# the user "admin" becomes root and can create organizations - -curl -XPOST -u admin:admin "http://localhost:9000/api/organizations/enable_support" |