Skip to content

Commit

Permalink
Remove _design/custom object
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 14, 2021
1 parent 3f74d73 commit dc9ef56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This adapter saves state history in a two-staged process.
-->

## Changelog
### 1.10.0 (2021-12-14)
### __WORK IN PROGRESS__
* (bluefox) Support only `js.controller` >= 3.3.x
* (bluefox) Used system/custom view for collecting the objects

Expand Down
12 changes: 1 addition & 11 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,5 @@
"changesMinDelta": 0,
"writeNulls": true
},
"objects": [
{
"_id": "_design/custom",
"language": "javascript",
"views": {
"state": {
"map": "function(doc) { doc.type === 'state' && doc.common && doc.common.custom && emit(doc._id, doc.common.custom) }"
}
}
}
]
"objects": []
}

0 comments on commit dc9ef56

Please sign in to comment.