From 4765dd06960922f7f5554e2a0eb99100ecc2ce4d Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 18 Sep 2023 12:50:40 -0400 Subject: [PATCH] remove backfillPermission (no longer needed) --- backend/src/utils/setup/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/utils/setup/index.ts b/backend/src/utils/setup/index.ts index 7ebdd2563..c4e06ff2c 100644 --- a/backend/src/utils/setup/index.ts +++ b/backend/src/utils/setup/index.ts @@ -84,7 +84,7 @@ export const setup = async () => { await backfillServiceTokenMultiScope(); await backfillTrustedIps(); await backfillUserAuthMethods(); - await backfillPermission(); + // await backfillPermission(); // re-encrypt any data previously encrypted under server hex 128-bit ENCRYPTION_KEY // to base64 256-bit ROOT_ENCRYPTION_KEY