Eswar
Eswar

Reputation: 1212

Undo an operation in the neo4j schema

After hitting call db.schema() in a neo4j command shell in my browser, I got the graph representation of the schema.

After hitting on one of the nodes, generally, there are set of buttons(as shown in the picture below), By mistake I hit the cross button.

enter image description here

Doe this modify the data in the database? If yes How do I undo this? Any help is appreciated.

Upvotes: 0

Views: 203

Answers (1)

InverseFalcon
InverseFalcon

Reputation: 30407

No, the graphical view is only for display purposes currently, all you did was remove the node from the visualization. Your data hasn't been modified.

Upvotes: 1

Related Questions