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

Dual write rule instances to new and old tables #3486

Merged
merged 6 commits into from
Jun 5, 2024
Merged

Commits on Jun 5, 2024

  1. Dual write rule instances to new and old tables

    Relates to #3485
    
    Any time a profile is created or updated, write the rule instances to
    both the new and old rule instance tables. Mark the entries in the old
    tables as migrated so that we skip over them when we run the migration
    process.
    dmjb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1aa28e6 View commit details
    Browse the repository at this point in the history
  2. use ANY instead of ALL

    dmjb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    63b9e40 View commit details
    Browse the repository at this point in the history
  3. remove repeated code

    dmjb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5c2c810 View commit details
    Browse the repository at this point in the history
  4. give function better name

    dmjb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7073b2d View commit details
    Browse the repository at this point in the history
  5. make def/params non nullable

    dmjb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    78ee85b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    035c705 View commit details
    Browse the repository at this point in the history