mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
This PR introduces two restrictions: 1. Before dropping a collection, all aliases associated with that collection must be dropped. 2. When creating a collection, if the collection name duplicates any alias, the collection creation will fail. issue: https://github.com/milvus-io/milvus/issues/40142 pr: https://github.com/milvus-io/milvus/pull/40143 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com>