backupsite: remove bc- prefix from id
This commit is contained in:
@@ -48,7 +48,7 @@ exports.up = async function (db) {
|
||||
privateKeyEncoding: { type: 'pkcs8', format: 'pem' }
|
||||
});
|
||||
|
||||
const id = `bc-${crypto.randomUUID()}`;
|
||||
const id = crypto.randomUUID();
|
||||
|
||||
// convert existing configuration into a backup target
|
||||
for (const r of results) {
|
||||
|
||||
Reference in New Issue
Block a user