mirror of https://github.com/apache/cloudstack.git
bug 9345: Remove pool_id from template_host_ref. Add upgrade changes for the same.
status 9345: resolved fixed
This commit is contained in:
parent
59d5080718
commit
f6e2669a6e
|
|
@ -0,0 +1,6 @@
|
|||
--;
|
||||
-- Schema upgrade from 2.2.10 to 3.0;
|
||||
--;
|
||||
|
||||
ALTER TABLE `cloud`.`template_host_ref` DROP COLUMN `pool_id`;
|
||||
|
||||
Loading…
Reference in New Issue