Skip to content

Warning db.collection_name.update() #4

@RafaIG

Description

@RafaIG

Each time a task is performed, the dmptool-generato updates its status. The tool uses the function db.tasks.update(...), which is deprecated, and it is recommend to use db.tasks.update_one(...) or db.tasks.update_many(...) instead.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions