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 |
Rev | Line | |
---|---|---|
[487] | 1 | module.exports = { |
2 | ||
3 | "qed/schemaInfo": { | |
4 | version: "-1" | |
5 | }, | |
6 | ||
[516] | 7 | "qed/_design/protectPublished": { |
8 | __configAction: "replace", | |
9 | _id: "_design/protectPublished" | |
[487] | 10 | } |
11 | ||
12 | }; |
Note: See TracBrowser
for help on using the repository browser.