CLI upgrade_attachment_schema: only upgrade non-deleted nodes
This commit is contained in:
parent
cc562a9fb1
commit
4280e0175b
@ -697,6 +697,7 @@ def upgrade_attachment_schema(proj_url=None, all_projects=False):
|
|||||||
def replace_attachments(project):
|
def replace_attachments(project):
|
||||||
log.info('Upgrading nodes for project %s', project['url'])
|
log.info('Upgrading nodes for project %s', project['url'])
|
||||||
nodes = nodes_coll.find({
|
nodes = nodes_coll.find({
|
||||||
|
'_deleted': False,
|
||||||
'project': project['_id'],
|
'project': project['_id'],
|
||||||
'node_type': {'$in': list(nts_by_name)},
|
'node_type': {'$in': list(nts_by_name)},
|
||||||
'properties.attachments': {'$exists': True},
|
'properties.attachments': {'$exists': True},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user