diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-21 19:02:05 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 01:56:10 +0300 |
| commit | febb2b2c4a3383794913e652ec318d476281df3b (patch) | |
| tree | 55112a14e099c299d2ebd1364c3cad207aee7228 /src | |
| parent | 54e286bd4cf3490e12dfc9e72d9322c9969d6d03 (diff) | |
neo4j_scheme: introducing DB schema migration scripts: 0.2.0 -> 0.2.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/neo4j/schema-transitions/neo4j-schema-transition_0.2.0_to_0.2.1.cypher | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/local/neo4j/schema-transitions/neo4j-schema-transition_0.2.0_to_0.2.1.cypher b/src/local/neo4j/schema-transitions/neo4j-schema-transition_0.2.0_to_0.2.1.cypher new file mode 100644 index 00000000..01760cf0 --- /dev/null +++ b/src/local/neo4j/schema-transitions/neo4j-schema-transition_0.2.0_to_0.2.1.cypher @@ -0,0 +1 @@ +match (n:__RZDB_META) set n.rzdoc__name__max_length=256 return n; |
