bug 6872: add db migration script for 2.1.4-2.1.5: remove not null constraint for storage.pool

status 6872: resolved fixed
This commit is contained in:
edison 2010-11-01 10:27:45 -07:00
parent 01197d2730
commit 4bfe0154b0
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE `cloud`.`storage_pool` MODIFY COLUMN `uuid` varchar(255) UNIQUE; -- remove NOT NULL constraint to allow delete host/pool