From 4f138beb8ad342c1d71202316be4dd470375f56b Mon Sep 17 00:00:00 2001 From: Mir Arif Hasan Date: Tue, 19 Dec 2023 18:42:00 +0600 Subject: [PATCH] chore: db migration missing message (#3672) --- packages/hoppscotch-backend/src/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-backend/src/errors.ts b/packages/hoppscotch-backend/src/errors.ts index b004cfffb..c98ce6062 100644 --- a/packages/hoppscotch-backend/src/errors.ts +++ b/packages/hoppscotch-backend/src/errors.ts @@ -688,4 +688,4 @@ export const INFRA_CONFIG_SERVICE_NOT_CONFIGURED = * (InfraConfigService) */ export const DATABASE_TABLE_NOT_EXIST = - 'Database migration not performed. Please check the FAQ for assistance: https://docs.hoppscotch.io/support/getting-started/faq'; + 'Database migration not found. Please check the documentation for assistance: https://docs.hoppscotch.io/documentation/self-host/community-edition/install-and-build#running-migrations';