From e482301cb8a347fdf940ced9b2c47a8c253af069 Mon Sep 17 00:00:00 2001 From: mertmit Date: Thu, 18 Apr 2024 11:33:16 +0000 Subject: [PATCH] refactor: change meta table name --- packages/nocodb/src/utils/globals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nocodb/src/utils/globals.ts b/packages/nocodb/src/utils/globals.ts index cae1a45f55..93af74d48b 100644 --- a/packages/nocodb/src/utils/globals.ts +++ b/packages/nocodb/src/utils/globals.ts @@ -47,7 +47,7 @@ export enum MetaTable { STORE = 'nc_store', NOTIFICATION = 'notification', USER_REFRESH_TOKENS = 'nc_user_refresh_tokens', - EXTENSIONS = 'nc_extensions_v2', + EXTENSIONS = 'nc_extensions', } export enum MetaTableOldV2 {