chore: db migration missing message (#3672)

This commit is contained in:
Mir Arif Hasan 2023-12-19 18:42:00 +06:00 committed by GitHub
parent 3d7a76bced
commit 4f138beb8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';