backport of commit 7692978c3a

pull/4995/head
Damian Debkowski 2 years ago
parent b3a430f88b
commit babe02491f

@ -0,0 +1,9 @@
-- Copyright (c) HashiCorp, Inc.
-- SPDX-License-Identifier: BUSL-1.1
begin;
-- the storage_plugin_storage_bucket_secret table was replaced by storage_bucket_credential_managed_secret
-- in migration 88/01_storage_bucket_credential.up.sql.
-- the storage_plugin_storage_bucket_secret-rewrapping-job was replaced by storage_bucket_credential_managed_secret-rewrapping-job.
delete from job where name = 'storage_plugin_storage_bucket_secret-rewrapping-job';
commit;
Loading…
Cancel
Save