Auto status change to "Under Review"
Show More
@@ -79,7 +79,7 b' class AlertChannel(Base, BaseModel):' | |||||
79 | secondary=channel_rules_m2m_table, |
|
79 | secondary=channel_rules_m2m_table, | |
80 | backref='channels') |
|
80 | backref='channels') | |
81 | resources = sa.orm.relationship('Resource', |
|
81 | resources = sa.orm.relationship('Resource', | |
82 |
cascade="all |
|
82 | cascade="all", | |
83 | passive_deletes=True, |
|
83 | passive_deletes=True, | |
84 | passive_updates=True, |
|
84 | passive_updates=True, | |
85 | secondary=channel_resources_m2m_table, |
|
85 | secondary=channel_resources_m2m_table, |
General Comments 2
Please use: https://github.com/Appenlight/appenlight to contribute :) Thanks !
You need to be logged in to leave comments.
Login now