diff --git a/packages/db/code-migrations/3-init-ch.ts b/packages/db/code-migrations/3-init-ch.ts index ca12a217..64e5146e 100644 --- a/packages/db/code-migrations/3-init-ch.ts +++ b/packages/db/code-migrations/3-init-ch.ts @@ -25,7 +25,7 @@ export async function up() { 'profile_aliases_distributed', ); - const isSelfHosting = !!process.env.SELF_HOSTING; + const isSelfHosting = !!process.env.SELF_HOSTED; const isClustered = !isSelfHosting; const isSelfHostingPostCluster =