Skip to content

Add way to drop data. #159

@danielmai

Description

@danielmai

Today in Ratel there's a "DROP ALL" button to drop all the data and schema in Dgraph.

Dgraph also has a way to drop just the data (not the schema). This should be doable in the Ratel UI.

Here's how drop data would be done via curl:

curl -X POST localhost:8080/alter -d '{"drop_op": "DATA"}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions