log bugfix

This commit is contained in:
2023-11-19 13:37:55 +09:00
parent a464297511
commit f83dd693d5
4 changed files with 6 additions and 6 deletions

View File

@@ -96,6 +96,6 @@ class EventAction(Base):
class ErrorLog(Base):
__tablename__ = "errorlog"
id = Column(Integer, primary_key=True, index=True)
location = Column(String(200))
title = Column(String(50))
location = Column(String(500))
content = Column(String(5000))