mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 16:34:55 +08:00
feat: ci triggers
This commit is contained in:
@@ -139,6 +139,7 @@ class CITriggerHistory(Model):
|
||||
record_id = db.Column(db.Integer, db.ForeignKey("c_records.id"))
|
||||
ci_id = db.Column(db.Integer, index=True, nullable=False)
|
||||
trigger_id = db.Column(db.Integer, db.ForeignKey("c_c_t_t.id"))
|
||||
trigger_name = db.Column(db.String(64))
|
||||
is_ok = db.Column(db.Boolean, default=False)
|
||||
notify = db.Column(db.Text)
|
||||
webhook = db.Column(db.Text)
|
||||
|
Reference in New Issue
Block a user