From a004934a28ed0f135d03170ede7bfa016f054167 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 12 Feb 2025 19:20:24 -0500 Subject: [PATCH] update auto migration msg --- backend/src/db/migrations/utils/env-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/db/migrations/utils/env-config.ts b/backend/src/db/migrations/utils/env-config.ts index 05ccae97b..8744308ab 100644 --- a/backend/src/db/migrations/utils/env-config.ts +++ b/backend/src/db/migrations/utils/env-config.ts @@ -42,7 +42,7 @@ export const getMigrationEnvConfig = () => { console.error("Invalid environment variables. Check the error below"); // eslint-disable-next-line no-console console.error( - "Migration is now automatic at startup. Please remove this step from your workflow and start the application as normal." + "Infisical now automatically runs database migrations during boot up, so you no longer need to run them separately." ); // eslint-disable-next-line no-console console.error(parsedEnv.error.issues);