mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 08:23:40 +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":
|
elif attype == "geometry":
|
||||||
args = ()
|
args = ()
|
||||||
elif attype.startswith("interval"):
|
elif attype.startswith("interval"):
|
||||||
args, kwargs, attype = _get_interval_args(charlen, attype, kwargs)
|
args, attype, kwargs = _get_interval_args(charlen, attype, kwargs)
|
||||||
|
|
||||||
elif charlen:
|
elif charlen:
|
||||||
args = (int(charlen),)
|
args = (int(charlen),)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user