mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
refactor: Updates some database columns to MediumText (#27119)
This commit is contained in:
committed by
GitHub
parent
8235d59e56
commit
3d645fd8e9
@@ -78,8 +78,8 @@ class Slice( # pylint: disable=too-many-public-methods
|
||||
datasource_type = Column(String(200))
|
||||
datasource_name = Column(String(2000))
|
||||
viz_type = Column(String(250))
|
||||
params = Column(Text)
|
||||
query_context = Column(Text)
|
||||
params = Column(utils.MediumText())
|
||||
query_context = Column(utils.MediumText())
|
||||
description = Column(Text)
|
||||
cache_timeout = Column(Integer)
|
||||
perm = Column(String(1000))
|
||||
|
||||
Reference in New Issue
Block a user