aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-19 14:23:34 -0400
committerJim Hahn <jrh3@att.com>2021-07-19 15:26:34 -0400
commitbb87c1f0285da130043fdb15e0800eb7d343a761 (patch)
tree2142322628bc1cf1cbbc3ffb85d9e814982b7323
parent614af0ea4b6aa450726b491444d1ef52070ca52d (diff)
Remove operationshistory10 DB
The operationshistory10 DB is no longer needed; removed from the CSIT. Issue-ID: POLICY-3419 Change-Id: Ifcf3022a9b9ca92ad3d4f00402ee4e8b141d40ba Signed-off-by: Jim Hahn <jrh3@att.com>
-rwxr-xr-xcsit/config/db/db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/config/db/db.sh b/csit/config/db/db.sh
index e6cd5617..1afaebc7 100755
--- a/csit/config/db/db.sh
+++ b/csit/config/db/db.sh
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-for db in support onap_sdk log migration operationshistory10 pooling policyadmin operationshistory controlloop
+for db in migration pooling policyadmin operationshistory
do
mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "CREATE DATABASE IF NOT EXISTS ${db};"
mysql -uroot -p"${MYSQL_ROOT_PASSWORD}" --execute "GRANT ALL PRIVILEGES ON \`${db}\`.* TO '${MYSQL_USER}'@'%' ;"