mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 17:32:53 +00:00
Fix postgres cypress issue (#11441)
This commit is contained in:
parent
ad1ecff79f
commit
2793c927cd
@ -179,8 +179,7 @@ def get_column_args(
|
||||
elif attype == "geometry":
|
||||
args = ()
|
||||
elif attype.startswith("interval"):
|
||||
args, kwargs, attype = _get_interval_args(charlen, attype, kwargs)
|
||||
|
||||
args, attype, kwargs = _get_interval_args(charlen, attype, kwargs)
|
||||
elif charlen:
|
||||
args = (int(charlen),)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user