mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 00:07:16 +00:00
fix : percent type in postgres.
re #1129 Signed-off-by: Naveen MR <oof1lab@gmail.com>
This commit is contained in:
@@ -1609,7 +1609,7 @@ export class PgUi {
|
||||
colProp.validate = { func: ['isCurrency'], args: [''], msg: ['Validation failed : Invalid Currency Format'] }
|
||||
break
|
||||
case 'Percent':
|
||||
colProp.dt = 'double'
|
||||
colProp.dt = 'float8'
|
||||
break
|
||||
case 'Duration':
|
||||
colProp.dt = 'int8'
|
||||
|
||||
Reference in New Issue
Block a user