mirror of https://github.com/apache/cloudstack.git
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:
parent
01197d2730
commit
4bfe0154b0
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `cloud`.`storage_pool` MODIFY COLUMN `uuid` varchar(255) UNIQUE; -- remove NOT NULL constraint to allow delete host/pool
|
||||
Loading…
Reference in New Issue