diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-04 15:12:17 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-04 15:12:17 +0200 |
| commit | bbeffc1d80baac2690725fc4d7bbf1faddd971e5 (patch) | |
| tree | 609eafbfb7c3015bbc739f9f8763041c1d38e829 | |
| parent | b046b3ad42f62225e3d69e51953c830887d4961d (diff) | |
reset-local-database: update after script name change s/single_link/clean/
| -rwxr-xr-x | reset-local-database.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reset-local-database.sh b/reset-local-database.sh index d70b976c..f2faecd2 100755 --- a/reset-local-database.sh +++ b/reset-local-database.sh @@ -4,4 +4,4 @@ quit_if_no_neo4j_running -./tools/neo4j-cypher < res/neo4j/reset-db__single_link.cypher +./tools/neo4j-cypher < res/neo4j/reset-db__clean.cypher |
