Kentico/xperience-by-kentico-universal-migration-tool

P1 - Support decimal precision in the UMT DataClass model.

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
Competing systems use decimals for numerical control and allow the content editor to specify multiple decimal places. The XbK provides option to set number of decimal places between 0 and 19. Although UMT accepts the creation of a DataClass as a decimal number, it defaults to 4 decimal places.

Describe the solution you'd like
It would be nice to have an option in UMT FormField model to set custom precision of the decimal data type. I would expect ColumnPrecision property in the UMT model to prevent potential data loss while migrating FormField data for the DataClass.

fixed with PR #29