blob: e0250b6502059bdf099693be43ef9420331f017e (
plain)
1
2
3
4
5
6
7
|
USE dox;
ALTER TABLE vsp_information ADD questionnaire_data text;
ALTER TABLE vsp_information ADD vlm_version frozen<version>;
ALTER TABLE vsp_process ADD type text;
alter table entitlement_pool ADD version_uuid text;
alter table license_key_group ADD version_uuid text;
delete from application_config where namespace='vsp.monitoring' and key = 'component.ceilometer';
|