hey, does anyone know if there's a way to delete n...
# community-help
k
hey, does anyone know if there's a way to delete no longer used fields from schemas? would this now mess up documents with that deleted field
k
You can use alter to drop a field from the schema. But this only affects the in-memory index. On-disk documents are not edited to remove that field.
🙌 1