[
https://issues.apache.org/jira/browse/ARIA-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15809385#comment-15809385
]
ASF GitHub Bot commented on ARIA-52:
------------------------------------
Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/46#discussion_r95078041
--- Diff: aria/storage/base_model.py ---
@@ -415,28 +416,47 @@ class RelationshipBase(ModelMixin):
"""
__tablename__ = 'relationships'
- _private_fields = ['source_node_fk', 'target_node_fk']
+ _private_fields = ['source_node_fk', 'target_node_fk', 'position']
+
+ position = Column(Integer)
+
+ @declared_attr
+ def deployment_id(self):
--- End diff --
check why
> Support order management in relationships
> -----------------------------------------
>
> Key: ARIA-52
> URL: https://issues.apache.org/jira/browse/ARIA-52
> Project: AriaTosca
> Issue Type: Bug
> Reporter: Maxim Orlov
> Assignee: Maxim Orlov
> Priority: Minor
>
> Currently changing the order of a node's (or node instance) relationships
> does not affect the storage. The storage should reflect any order changes
> applied to the relationships.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)