add_pool_nam补充完整add_pool_name

This commit is contained in:
dongxiaoyan
2019-01-25 14:31:42 +08:00
parent e5e63af738
commit 3daab5e49d

View File

@@ -73,4 +73,4 @@ ALTER TABLE policy_group_info auto_increment = 101;
DELETE FROM asn_group_info;
-- Ĭ<>϶<EFBFBD>̬IP<49><50>ַ<EFBFBD><D6B7>
INSERT INTO `ip_reuse_addr_pool` (`cfg_id`, `addr_pool_name`, `ip_total`, `action`, `is_valid`, `is_audit`, `cfg_region_code`, `cfg_type`, `function_id`, `service_id`, `compile_id`, `is_area_effective`, `area_effective_ids`, `request_id`, `classify`, `attribute`, `lable`, `creator_id`, `create_time`, `editor_id`, `edit_time`, `auditor_id`, `audit_time`, `description`, `cancel_request_id`, `user_region1`, `user_region2`, `user_region3`, `user_region4`, `user_region5`) VALUES ('0', 'dynamic_pool', '1', '96', '1', '1', '1', 'IR_STATIC_NOMINEE_IP', '633', '834', '0', '0', '', '0', '0', '0', '0', '0', '0000-00-00 00:00:00', NULL, '0000-00-00 00:00:00', NULL, '0000-00-00 00:00:00', '', NULL, '', '', '', '', '');
UPDATE ip_reuse_addr_pool set cfg_id=0 where add_pool_nam= 'dynamic_pool';
UPDATE ip_reuse_addr_pool set cfg_id=0 where add_pool_name= 'dynamic_pool';