Changeset 523 for Dev/trunk/src/server/config
- Timestamp:
- 03/17/14 22:14:12 (11 years ago)
- Location:
- Dev/trunk/src/server/config
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/server/config/couchdb-design-docs.js
r519 r523 3 3 "schemaInfo": { 4 4 _id: "schemaInfo", 5 version: "4" 5 version: "4", 6 viewsVersion: "1" 6 7 }, 7 8 -
Dev/trunk/src/server/config/couchdb-schema.json
r511 r523 16 16 "_id": { "type": "string", "pattern": "^schemaInfo$" }, 17 17 "_rev": { "$ref": "#/definitions/nonEmptyString" }, 18 "version": { "$ref": "#/definitions/nonEmptyString" } 18 "version": { "$ref": "#/definitions/nonEmptyString" }, 19 "viewsVersion": { "$ref": "#/definitions/nonEmptyString" } 19 20 }, 20 21 "required": ["_id","version"],
Note: See TracChangeset
for help on using the changeset viewer.