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

Add Visa to Ego DB #677

Open
Buwujiu opened this issue Mar 27, 2023 · 0 comments · Fixed by #687
Open

Add Visa to Ego DB #677

Buwujiu opened this issue Mar 27, 2023 · 0 comments · Fixed by #687
Assignees

Comments

@Buwujiu
Copy link
Contributor

Buwujiu commented Mar 27, 2023

Detailed Description

Create tables for Visas, a java repo class to fetch Visas.
Make migrate scripts to create visa.

Refer to Bashar's NOtes:
Sql DB Changes

CREATE TABLE GA4GHVISA (
  id                      UUID PRIMARY KEY,
  type                    ENUM,
  source                  varchar(255) NOT NULL,
  value                   varchar(255) NOT NULL,
  by                      varchar(255) NOT NULL,
);


@Buwujiu Buwujiu added new-feature Request is a new feature ITCR-Passport and removed new-feature Request is a new feature labels Mar 27, 2023
@Azher2Ali Azher2Ali mentioned this issue Apr 19, 2023
@Azher2Ali Azher2Ali linked a pull request Apr 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants