-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
kind/enhancementSomething could be better.Something could be better.status/acceptedWe accept to work on it.We accept to work on it.
Description
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
Labels
kind/enhancementSomething could be better.Something could be better.status/acceptedWe accept to work on it.We accept to work on it.