School location not saving at the right place

Issue #1046 resolved
Ghislain Hachey created an issue

Seems to always save a fair bit lower.

Comments (7)

  1. Ghislain Hachey reporter

    As discussed I have tried simply changing the type to float? (and double?) in the School model but then EF still complain.

  2. Brian Lewis repo owner

    Solution is to change the data type on both the EF object AND the Schools table, making the decimal values float

    Sql Delta will correctly handle rebuilding the table. But timing is critical - the sql and code upgrades must happen together.

  3. Log in to comment