Also there are no auto-increment fields, just internal ids.

I presume you just need that for testing?

MATCH (n) DETACH DELETE n;

Michael

On Wed, Feb 15, 2017 at 4:48 PM, 'Chris Vest' via Neo4j <
neo4j@googlegroups.com> wrote:

> You need to do an orderly restart of the database before ids are reused,
> or be on version 3.1 or newer.
>
> --
> Chris Vest
> System Engineer, Neo Technology
>
>
> > On 15 Feb 2017, at 14.01, Andy <borucki.andr...@gmail.com> wrote:
> >
> > How do reset from browser: http://127.0.0.1:7474/browser/
> > or from code ?
> >  "MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE n,r" not reset
> auto-increment fields
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Neo4j" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to neo4j+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to