[ 
https://issues.apache.org/jira/browse/ARIA-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285794#comment-16285794
 ] 

ASF GitHub Bot commented on ARIA-433:
-------------------------------------

dusking closed pull request #220: ARIA-433 add missing enum column name
URL: https://github.com/apache/incubator-ariatosca/pull/220
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/aria/modeling/orchestration.py b/aria/modeling/orchestration.py
index da912959..9c0b46e6 100644
--- a/aria/modeling/orchestration.py
+++ b/aria/modeling/orchestration.py
@@ -426,7 +426,7 @@ def plugin_fk(cls):
     _api_id = Column(String)
     _executor = Column(PickleType)
     _context_cls = Column(PickleType)
-    _stub_type = Column(Enum(*STUB_TYPES))
+    _stub_type = Column(Enum(*STUB_TYPES, name='stub_type'))
 
     @property
     def actor(self):


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Enum Columns need to have a name
> --------------------------------
>
>                 Key: ARIA-433
>                 URL: https://issues.apache.org/jira/browse/ARIA-433
>             Project: AriaTosca
>          Issue Type: Story
>            Reporter: Omer Duskin
>            Assignee: Omer Duskin
>
> Enum Columns need to have a name - for PostgreSQL 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to