From 07152b21e53f29f76e075fec5e5c6516d554499d Mon Sep 17 00:00:00 2001 From: Kishan Kavala Date: Tue, 13 Aug 2013 11:13:24 +0530 Subject: [PATCH] CLOUDSTACK-4272 : Fix snapshot config component name. Set component name as SnapshotManager --- setup/db/db/schema-410to420.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index 292eb03e711..e3b2d011529 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -2297,3 +2297,4 @@ UPDATE `cloud`.`autoscale_vmprofiles` set uuid=id WHERE uuid is NULL; UPDATE `cloud`.`autoscale_policies` set uuid=id WHERE uuid is NULL; UPDATE `cloud`.`counter` set uuid=id WHERE uuid is NULL; UPDATE `cloud`.`conditions` set uuid=id WHERE uuid is NULL; +update `cloud`.`configuration` set component = 'SnapshotManager' where category = 'Snapshots' and component = 'none';