mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8265: added foreign key constriant on guest os id
This commit is contained in:
parent
ef99f01e59
commit
58c5850bee
|
|
@ -1024,3 +1024,4 @@ INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`,
|
|||
|
||||
UPDATE `cloud`.`configuration` SET description='Uuid of the service offering used by secondary storage; if NULL - system offering will be used' where name='secstorage.service.offering';
|
||||
|
||||
ALTER TABLE `cloud`.`guest_os_hypervisor` ADD FOREIGN KEY (`guest_os_id`) REFERENCES `cloud`.`guest_os`(`id`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue