mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Do not import BaseCommand outside src/commands (no-changelog) (#7008)
This commit is contained in:
committed by
GitHub
parent
fb05afa165
commit
72f65dcdd6
@@ -90,3 +90,6 @@ export const LICENSE_QUOTAS = {
|
||||
export const UNLIMITED_LICENSE_QUOTA = -1;
|
||||
|
||||
export const CREDENTIAL_BLANKING_VALUE = '__n8n_BLANK_VALUE_e5362baf-c777-4d57-a609-6eaf1f9e87f6';
|
||||
|
||||
export const UM_FIX_INSTRUCTION =
|
||||
'Please fix the database by running ./packages/cli/bin/n8n user-management:reset';
|
||||
|
||||
Reference in New Issue
Block a user