From 3f8dc115ec9e9ae2c303ac139025e0160ea17202 Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Tue, 5 Apr 2011 11:09:39 -0700 Subject: [PATCH] bug 9323: dropped the snapshots_seq --- setup/db/db/schema-222to224.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-222to224.sql b/setup/db/db/schema-222to224.sql index 4173b049fc8..2cca467694a 100644 --- a/setup/db/db/schema-222to224.sql +++ b/setup/db/db/schema-222to224.sql @@ -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'; \ No newline at end of file