willzeng / cograph

A way to build and explore webs of ideas.
http://www.cograph.co/
GNU General Public License v2.0
15 stars 3 forks source link

fix add blank to include new fields for docs #563

Closed willzeng closed 9 years ago

willzeng commented 9 years ago

fixes: https://github.com/willzeng/graphdocs/issues/557

@davidfurlong this is ready.

willzeng commented 9 years ago

I will also go onto the live one and fix the current db manually

willzeng commented 9 years ago

This was done with the command: MATCH (n:_document) where not has(n.publicView) set n.publicView=0 set n.publicEdit=0 RETURN n