chore: release v2.4.4

This commit is contained in:
pycook
2024-04-29 14:44:33 +08:00
parent 994a28dd25
commit 9ead4e7d8d
7 changed files with 31 additions and 19 deletions

View File

@@ -432,6 +432,7 @@ class CITypeHistory(Model):
attr_id = db.Column(db.Integer)
trigger_id = db.Column(db.Integer)
rc_id = db.Column(db.Integer)
unique_constraint_id = db.Column(db.Integer)
uid = db.Column(db.Integer, index=True)