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

78 - Fix checksum migration issue #79

Merged
merged 6 commits into from
May 7, 2021
Merged

Commits on Apr 29, 2021

  1. Rollback changes in immutable migration file and applied intended cha…

    …nges in new SQL script
    
    - Migrations files are signed with a md5 sum in the DB to avoid modifications. The SQL file was restored to its original state
    - The changes were moved to a new a script, but because is not possible to add a new column to a materialized view, the change was applied recreating the view
    - The changes to the view `raw_contacts` that was rolled back was redundant, because the same migration to add 'contact' to the list of values for `doc->>'type'` was added in an earlier migration script
    mrsarm committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    53c8b27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16deec3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Typos

    Co-authored-by: Diana Barsan <[email protected]>
    mrsarm and dianabarsan authored May 4, 2021
    Configuration menu
    Copy the full SHA
    e91bde8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Diana Barsan <[email protected]>
    mrsarm and dianabarsan authored May 4, 2021
    Configuration menu
    Copy the full SHA
    7c8b615 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    d1d132f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/78-fix-checksum-migration-issue'…

    … into 78-fix-checksum-migration-issue
    mrsarm committed May 5, 2021
    Configuration menu
    Copy the full SHA
    28a60d7 View commit details
    Browse the repository at this point in the history