Feat/update tools length (#7141)

This commit is contained in:
crazywoola
2024-08-09 16:07:37 +08:00
committed by GitHub
parent 425174e82f
commit f667ef98cb
2 changed files with 40 additions and 1 deletions

View File

@@ -299,4 +299,4 @@ class ToolFile(db.Model):
# mime type
mimetype = db.Column(db.String(255), nullable=False)
# original url
original_url = db.Column(db.String(255), nullable=True)
original_url = db.Column(db.String(2048), nullable=True)