bugfix
This commit is contained in:
@@ -234,7 +234,7 @@ class OperationLog(Base):
|
|||||||
userid = mapped_column(Integer,ForeignKey("user.id"))
|
userid = mapped_column(Integer,ForeignKey("user.id"))
|
||||||
operation = mapped_column(String(200))
|
operation = mapped_column(String(200))
|
||||||
function = mapped_column(String(200))
|
function = mapped_column(String(200))
|
||||||
parameters = mapped_column(String(200))
|
parameters = mapped_column(String)
|
||||||
response = mapped_column(String(200))
|
response = mapped_column(String(200))
|
||||||
user = relationship('User')
|
user = relationship('User')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user