forked from home-assistant/core
Fix double precision float for postgresql (#55249)
This commit is contained in:
committed by
Paulus Schoutsen
parent
20796303da
commit
080cb6b6e9
@@ -70,7 +70,7 @@ DOUBLE_TYPE = (
|
||||
Float()
|
||||
.with_variant(mysql.DOUBLE(asdecimal=False), "mysql")
|
||||
.with_variant(oracle.DOUBLE_PRECISION(), "oracle")
|
||||
.with_variant(postgresql.DOUBLE_PRECISION, "postgresql")
|
||||
.with_variant(postgresql.DOUBLE_PRECISION(), "postgresql")
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user