Remove operationshistory10 DB 22/122722/3
authorJim Hahn <jrh3@att.com>
Mon, 19 Jul 2021 18:23:34 +0000 (14:23 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 19 Jul 2021 19:26:34 +0000 (15:26 -0400)
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>
csit/config/db/db.sh

index e6cd561..1afaebc 100755 (executable)
@@ -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}'@'%' ;"