Skip to content

Commit

Permalink
fix: rename_collection not apply in current db
Browse files Browse the repository at this point in the history
Signed-off-by: lixinguo <[email protected]>
  • Loading branch information
lixinguo committed Mar 11, 2024
1 parent f637526 commit 52f8f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/orm/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def drop_collection(collection_name: str, timeout: Optional[float] = None, using
def rename_collection(
old_collection_name: str,
new_collection_name: str,
new_db_name: str = "default",
new_db_name: str = "",
timeout: Optional[float] = None,
using: str = "default",
):
Expand Down

0 comments on commit 52f8f6e

Please sign in to comment.