mirror of https://gitee.com/bigwinds/arangodb
added missing meta data
This commit is contained in:
parent
f724cb3185
commit
1859ec6f8c
|
@ -36,7 +36,10 @@ var _ = require('underscore'),
|
|||
metadataSchema = {
|
||||
_id: joi.string().optional(),
|
||||
_key: joi.string().optional(),
|
||||
_rev: joi.string().optional()
|
||||
_oldRev: joi.string().optional(),
|
||||
_rev: joi.string().optional(),
|
||||
_from: joi.string().optional(),
|
||||
_to: joi.string().optional()
|
||||
};
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue