mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(core): Move leaf entities to @n8n/db (#15010)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import type { EventDestinations } from '@n8n/db';
|
||||
import { Container } from '@n8n/di';
|
||||
import { Logger } from 'n8n-core';
|
||||
import { MessageEventBusDestinationTypeNames } from 'n8n-workflow';
|
||||
|
||||
import type { EventDestinations } from '@/databases/entities/event-destinations';
|
||||
|
||||
import { MessageEventBusDestinationSentry } from './message-event-bus-destination-sentry.ee';
|
||||
import { MessageEventBusDestinationSyslog } from './message-event-bus-destination-syslog.ee';
|
||||
import { MessageEventBusDestinationWebhook } from './message-event-bus-destination-webhook.ee';
|
||||
|
||||
Reference in New Issue
Block a user