mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

adding attachments_md5 field even when no attachments are on the document #61

Open boxxxie opened 11 years ago

boxxxie commented 11 years ago

i comment out the typical code to apply the attachments folder

//couchapp.loadAttachments(ddoc, path.join(__dirname, 'attachments'));

and my document in couchdb has an attachments_md5 field

"attachments_md5": {}

it should not exist...