You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/db/schema/migrations/oss/postgres/98/01_credential_static_username_password_domain_credential.up.sql
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,8 @@ begin;
153
153
comment on view credential_static_username_password_domain_credential_hst_agg is
154
154
'credential_static_username_password_domain_credential_hst_aggregate contains the username password credential history data along with its store and purpose data.';
155
155
156
-
157
-
-- This constraint is replaced in 99/01_credential_static_password_credential.up.sql
156
+
-- This constraint replaces the previous constraint created in 63/01_credential_vault_ssh_cert_library.up.sql
157
+
-- This constraint is replaced in 101/01_credential_static_password_credential.up.sql
158
158
altertable credential_type_enm
159
159
drop constraint only_predefined_credential_types_allowed;
160
160
@@ -173,8 +173,8 @@ begin;
173
173
insert into credential_type_enm (name)
174
174
values ('username_password_domain');
175
175
176
-
177
-
-- This function is updated in 99/01_credential_static_password_credential.up.sql.
176
+
-- This function replaces the previous function created in 71/14_recording_static_credential.up.sql
177
+
-- This function is replaced in 101/01_credential_static_password_credential.up.sql
178
178
create or replacefunctioninsert_recording_static_credentials() returns trigger
0 commit comments