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