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

Admin\Contacts - create new contact records for existing external users in prod #2339

Open
3 tasks
andrea-williams opened this issue Oct 7, 2024 · 0 comments
Open
3 tasks

Comments

@andrea-williams
Copy link
Contributor

Describe the task

A clear and concise description of what the task is.

Acceptance Criteria

  • write data migration script that creates a new Contact record for each existing external user in our prod database.
  • script also includes adding the necessary FK references in the operator_contacts table to connect the new Contact records to their relevant Operator
  • script does not create a new Contact record for external users who already appear in the contacts table (query by email address to filter out these)

Additional context

  • to be applied on production data around the time that Reg2 is launched in prod
  • Or here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant