Skip to content

Commit 40ffe6e

Browse files
authored
Fix descriptors of numeric type (#55)
1 parent 3f0f5b3 commit 40ffe6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

types/numeric.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
},
8484
{
8585
"schema": {
86-
"mode": "double precision"
86+
"mode": "float",
87+
"synonym": "double precision"
8788
},
8889
"capacity": 8,
8990
"mode": "floating"

0 commit comments

Comments
 (0)