[sdc] - updates for alter_dox_db.cql & create_dox_db.cql from lates version 3676...
[sdc.git] / sdc-os-chef / sdc-cassandra / chef-repo / cookbooks / cassandra-actions / files / default / alter_dox_db.cql
1 USE dox;
2 ALTER TABLE vsp_information ADD questionnaire_data text;
3 ALTER TABLE vsp_information ADD vlm_version frozen<version>;
4 ALTER TABLE vsp_information ADD onboarding_method text;
5 ALTER TABLE vsp_process ADD type text;
6 alter table entitlement_pool ADD version_uuid text;
7 alter table license_key_group ADD version_uuid text;
8 delete from application_config where namespace='vsp.monitoring' and key = 'component.ceilometer';