Merge pull request #2465 from okriuchykhin/ok_SCI_4454

Fix empty number column data_type in API [SCI-4454]
This commit is contained in:
Alex Kriuchykhin 2020-03-12 12:47:23 +01:00 committed by GitHub
commit 1073ef4f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,7 @@ class Extends
API_REPOSITORY_DATA_TYPE_MAPPINGS = { 'RepositoryTextValue' => 'text',
'RepositoryDateValue' => 'date',
'RepositoryNumberValue' => 'number',
'RepositoryTimeValue' => 'time',
'RepositoryDateTimeValue' => 'date_time',
'RepositoryDateRangeValue' => 'date_range',