action bugfix
This commit is contained in:
@@ -36,5 +36,5 @@ class Action(Base):
|
|||||||
name = Column(String(100), index=True, nullable=False)
|
name = Column(String(100), index=True, nullable=False)
|
||||||
title = Column(String(200))
|
title = Column(String(200))
|
||||||
subtitle = Column(String(500))
|
subtitle = Column(String(500))
|
||||||
outputpoint = Column(String)
|
outputpoints = Column(String)
|
||||||
property = Column(String)
|
property = Column(String)
|
||||||
Reference in New Issue
Block a user