mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Add workflow history repository files (no-changelog) (#7071)
This commit is contained in:
@@ -166,6 +166,9 @@ export async function init(testConnectionOptions?: ConnectionOptions): Promise<v
|
||||
|
||||
connectionState.connected = true;
|
||||
|
||||
/**
|
||||
* @important Do not add to these collections. Inject the repository as a dependency instead.
|
||||
*/
|
||||
collections.AuthIdentity = Container.get(AuthIdentityRepository);
|
||||
collections.AuthProviderSyncHistory = Container.get(AuthProviderSyncHistoryRepository);
|
||||
collections.EventDestinations = Container.get(EventDestinationsRepository);
|
||||
|
||||
Reference in New Issue
Block a user