File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ def get_approve_mode_by_ticket(cls, ticket_type):
306
306
TENDBCLUSTER_SPIDER_SLAVE_DESTROY = TicketEnumField ("TENDBCLUSTER_SPIDER_SLAVE_DESTROY" , _ ("TenDB Cluster 只读接入层下架" ), _ ("访问入口" )) # noqa
307
307
TENDBCLUSTER_SPIDER_SWITCH_NODES = TicketEnumField ("TENDBCLUSTER_SPIDER_SWITCH_NODES" , _ ("TenDB Cluster 替换接入层" ), _ ("运维 Spider 管理" )) # noqa
308
308
TENDBCLUSTER_RESTORE_SLAVE = TicketEnumField ("TENDBCLUSTER_RESTORE_SLAVE" , _ ("TenDB Cluster Slave重建" ), _ ("集群维护" )) # noqa
309
- TENDBCLUSTER_SPIDER_SWITCH_NODES = TicketEnumField ("TENDBCLUSTER_SPIDER_SWITCH_NODES" , _ ("TenDB Cluster 替换接入层" ), _ ("运维 Spider 管理" )) # noqa
310
309
TENDBCLUSTER_RESTORE_LOCAL_SLAVE = TicketEnumField ("TENDBCLUSTER_RESTORE_LOCAL_SLAVE" , _ ("TenDB Cluster Slave原地重建" ), _ ("集群维护" )) # noqa
311
310
TENDBCLUSTER_MIGRATE_CLUSTER = TicketEnumField ("TENDBCLUSTER_MIGRATE_CLUSTER" , _ ("TenDB Cluster 主从迁移" ), _ ("集群维护" )) # noqa
312
311
TENDBCLUSTER_APPLY = TicketEnumField ("TENDBCLUSTER_APPLY" , _ ("TenDB Cluster 集群部署" ))
You can’t perform that action at this time.
0 commit comments