We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf96cd commit e83a76aCopy full SHA for e83a76a
superset/models/core.py
@@ -987,7 +987,7 @@ class Log(Model): # pylint: disable=too-few-public-methods
987
user_id = Column(Integer, ForeignKey("ab_user.id"))
988
dashboard_id = Column(Integer)
989
slice_id = Column(Integer)
990
- json = Column(Text)
+ json = Column(utils.MediumText())
991
user = relationship(
992
security_manager.user_model, backref="logs", foreign_keys=[user_id]
993
)
0 commit comments