From 8a002527de3f7f46cbab8d4e7b11d42551c31016 Mon Sep 17 00:00:00 2001 From: abhishek Date: Thu, 16 Dec 2010 16:22:51 -0800 Subject: [PATCH] updating the config var name to the refactored value --- setup/db/data-21to22.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/data-21to22.sql b/setup/db/data-21to22.sql index 5a7f82136be..c9242730f25 100644 --- a/setup/db/data-21to22.sql +++ b/setup/db/data-21to22.sql @@ -18,5 +18,5 @@ Update configuration set name='storage.max.volume.size' where name='max.volume.s INSERT INTO sequence (name, value) VALUES ('snapshots_seq', '1') UPDATE cloud.sequence SET value=IF((SELECT COUNT(*) FROM cloud.snapshots) > 0, (SELECT max(id) FROM cloud.snapshots) + 1, 1) WHERE name='snapshots_seq' - +UPDATE configuration set name='direct.attach.security.groups.enabled' where name='direct.attach.network.groups.enabled'; COMMIT;