graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

if i remove this uuid plugin, will uuid still persists? #43

Closed vvavepacket closed 7 years ago

vvavepacket commented 7 years ago

if i remove the uuid plugin, will the uuid property on the nodes still exists?

bachmanm commented 7 years ago

Yes, it will, but no new UUIDs will be assigned, nor will the existing UUIDs be prevented from modification or deletion. Why do you want to remove the plugin?

vvavepacket commented 7 years ago

I dont want to remove plugin.. Just curious.. Thanks for answering. Closing as resolved.