Error with SQLDelta syncing

Issue #767 resolved
Ghislain Hachey created an issue

The view AccreditationAuthorityGovtR fails

Comments (4)

  1. Brian Lewis repo owner

    I think the solution may be simply:

    1. sync; ignore any errors
    2. run common.afterschemaupgrade in the target database. this will recompile every view; so cached fields collections are updated
    3. Sync Again

    Please resolve if this works for you

  2. Ghislain Hachey reporter

    @Brian Lewis It does not.

    It’s the space in column names causing issue. I’m even wondering how it works with you?! Maybe you have some sort of ignore space setting?

  3. Log in to comment