I am trying to remove a property (whose addition to the documents I asked for help with, see here ), using RavenDB Studio (I accidentally added them to the wrong database collection...).
Again, I'm stuck on the syntax. Also - I can't believe nobody has had the intention of doing this until now - at least intense googling couldn't produce anything useful. The official documentation is also terse on this subject, to say the least. Aside: Why is DDL in RavenDB (and presumably other NoSQL DBs) so cumbersome ?
I tried various versions of
from things as t
update {
delete t.field
}
none of which work, and some of them don't even compile.