bug 9323: dropped the snapshots_seq

This commit is contained in:
Alex Huang 2011-04-05 11:09:39 -07:00
parent e4cffa7928
commit 3f8dc115ec
1 changed files with 2 additions and 0 deletions

View File

@ -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';