Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dmerge #24

Merged
merged 3 commits into from
Dec 21, 2023
Merged

dmerge #24

merged 3 commits into from
Dec 21, 2023

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    c4411ec View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. A few fixes to migtool uuid & common list of cols

    The MS webapp used to create uppercase UUIDs. Most setups won't experience it because they used the hybrid version but older setups might (like Niger).
    We tried to detect the data type of DB columns but it's a mess. Some are of `uniqueidentifier` type but others are plain char(32) or char(36). So we resorted to adding a check in the string formatting itself.
    
    Additionally, the tool was only based on the new DB column list, so in tblLanguages, a country_code appeared in Postgres, causing a missing column error on the source. We now take the common denominator between the old and new columns.
    edarchis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0e418c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #23 from openimis/fix/migtool_fixes_uuid

    A few fixes to migtool uuid & common list of cols
    delcroip authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    bc8a26b View commit details
    Browse the repository at this point in the history