mirror of https://github.com/hashicorp/boundary
fix(warehouse): Add primary key to credential group membership table (#1636)
parent
99d6da4121
commit
c361e6ec22
@ -0,0 +1,6 @@
|
||||
begin;
|
||||
|
||||
alter table wh_credential_group_membership
|
||||
add primary key (credential_group_key, credential_key);
|
||||
|
||||
commit;
|
||||
Loading…
Reference in new issue