fix: restful drop db properties failed(#39953) (#40260)

related: #39953
pr: https://github.com/milvus-io/milvus/pull/40257

Signed-off-by: MrPresent-Han <chun.han@gmail.com>
Co-authored-by: MrPresent-Han <chun.han@gmail.com>
This commit is contained in:
Chun Han 2025-03-03 10:22:02 +08:00 committed by GitHub
parent a945345110
commit d754e0bb7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ type DropDatabasePropertiesReq struct {
PropertyKeys []string `json:"propertyKeys"`
}
func (req *DatabaseReqWithProperties) DropDatabasPropertiesReq() string { return req.DbName }
func (req *DropDatabasePropertiesReq) GetDbName() string { return req.DbName }
type CollectionNameReq struct {
DbName string `json:"dbName"`