Browse Source

refactor: change meta table name

nc-feat/extensions
mertmit 7 months ago
parent
commit
e482301cb8
  1. 2
      packages/nocodb/src/utils/globals.ts

2
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 {

Loading…
Cancel
Save