e0250b6502059bdf099693be43ef9420331f017e
[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_process ADD type text;
5 alter table entitlement_pool ADD version_uuid text;
6 alter table license_key_group ADD version_uuid text;
7 delete from application_config where namespace='vsp.monitoring' and key = 'component.ceilometer';