mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update neo4j/README.md
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
parent
a24bca7d70
commit
b9a5de277e
@ -126,6 +126,6 @@ $ CALL db.index.fulltext.createNodeIndex("tag_fulltext_search",["Tag"],["id"]);
|
|||||||
# drop an index
|
# drop an index
|
||||||
$ DROP CONSTRAINT ON ( image:Image ) ASSERT image.url IS UNIQUE
|
$ DROP CONSTRAINT ON ( image:Image ) ASSERT image.url IS UNIQUE
|
||||||
|
|
||||||
# drop all indices and constraints
|
# drop all indexes and constraints
|
||||||
$ CALL apoc.schema.assert({},{},true) YIELD label, key RETURN * ;
|
$ CALL apoc.schema.assert({},{},true) YIELD label, key RETURN * ;
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user