-
Notifications
You must be signed in to change notification settings - Fork 299
Password credential migration script #6125
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
Password credential migration script #6125
Conversation
058a8fd
to
6c6d89c
Compare
internal/db/schema/migrations/oss/postgres/99/01_credential_static_password_credential.up.sql
Outdated
Show resolved
Hide resolved
0cb88c6
to
13232bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while reviewing, i realized that i missed a table in my previous PR, which is also used in views that needs to be updated. let's add that table + view update in this PR, if that's okay with you?
new table
credential_vault_library_password_mapping_override
update views to select from that new table:
credential_vault_library_issue_credentials
credential_vault_library_list_lookup
internal/db/schema/migrations/oss/postgres/99/01_credential_static_password_credential.up.sql
Outdated
Show resolved
Hide resolved
re: new table and view updates: |
387f455
to
d345a1c
Compare
df6882c
to
2c87201
Compare
2c87201
to
9b6d364
Compare
f70918e
into
llb-password-credential-type
Description
The PR updates the migration changes to include updated to current tables.
Associated Jira Ticket