ucdavis / payments

Accept and process credit card payments on campus
MIT License
2 stars 3 forks source link

Warnings in ES logs #312

Closed jSylvestre closed 2 years ago

jSylvestre commented 2 years ago

Such as:

No store type was specified for the decimal property '"Quantity"' on entity type '"LineItem"'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion