Browse Source

Update packages/nocodb/src/version-upgrader/upgraders/0225002_ncDatasourceDecrypt.ts

pull/9499/head
Pranav C 2 months ago
parent
commit
fc762a2315
  1. 2
      packages/nocodb/src/version-upgrader/upgraders/0225002_ncDatasourceDecrypt.ts

2
packages/nocodb/src/version-upgrader/upgraders/0225002_ncDatasourceDecrypt.ts

@ -111,7 +111,7 @@ export default async function ({ ncMeta }: NcUpgraderCtx) {
// if all failed, log and exit
if (passed.length > 0 && passed.every((v) => !v)) {
throw new Error(
`Failed to decrypt all source or integration. Please configure correct encryption key.`,
`Failed to decrypt any source or integration. Please configure correct encryption key.`,
);
}

Loading…
Cancel
Save