mirror of https://github.com/apache/cloudstack.git
bug 9323: dropped the snapshots_seq
This commit is contained in:
parent
e4cffa7928
commit
3f8dc115ec
|
|
@ -116,3 +116,5 @@ INSERT INTO `cloud`.`configuration` VALUES
|
|||
ALTER TABLE `cloud`.`op_dc_ip_address_alloc` CHANGE COLUMN `instance_id` `nic_id` bigint unsigned DEFAULT NULL;
|
||||
ALTER TABLE op_dc_ip_address_alloc ADD CONSTRAINT `fk_op_dc_ip_address_alloc__data_center_id` FOREIGN KEY (`data_center_id`) REFERENCES `data_center`(`id`) ON DELETE CASCADE;
|
||||
ALTER TABLE `cloud`.`op_dc_link_local_ip_address_alloc` CHANGE COLUMN `instance_id` `nic_id` bigint unsigned DEFAULT NULL;
|
||||
|
||||
DELETE FROM `sequence` WHERE name='snapshots_seq';
|
||||
Loading…
Reference in New Issue