updating the config var name to the refactored value

This commit is contained in:
abhishek 2010-12-16 16:22:51 -08:00
parent 36331d776d
commit 8a002527de
1 changed files with 1 additions and 1 deletions

View File

@ -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;