source:
Dev/trunk/src/server/config/couchdb-upgrade-design-docs.js
@
516
Last change on this file since 516 was 516, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 197 bytes |
Line | |
---|---|
1 | module.exports = { |
2 | |
3 | "qed/schemaInfo": { |
4 | version: "-1" |
5 | }, |
6 | |
7 | "qed/_design/protectPublished": { |
8 | __configAction: "replace", |
9 | _id: "_design/protectPublished" |
10 | } |
11 | |
12 | }; |
Note: See TracBrowser
for help on using the repository browser.