mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 17:36:28 +08:00
feat: The definition of attribute choice values supports webhook and other model attribute values.
This commit is contained in:
@@ -90,6 +90,7 @@ class Attribute(Model):
|
||||
compute_script = db.Column(db.Text)
|
||||
|
||||
choice_web_hook = db.Column(db.JSON)
|
||||
choice_other = db.Column(db.JSON)
|
||||
|
||||
uid = db.Column(db.Integer, index=True)
|
||||
|
||||
|
Reference in New Issue
Block a user