Adding project property to nodes

This commit is contained in:
2015-10-28 20:34:14 +01:00
parent 2bf451c094
commit ac4c74a323

View File

@@ -245,6 +245,14 @@ nodes_schema = {
'embeddable': True
},
},
'project': {
'type': 'objectid',
'data_relation': {
'resource': 'nodes',
'field': '_id',
'embeddable': True
},
},
'user': {
'type': 'objectid',
'required': True,