mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Expose data store service to Data Store Node (no-changelog) (#17970)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { CreateDataStoreColumnDto, DataStoreRows } from '@n8n/api-types';
|
||||
import type { CreateDataStoreColumnDto } from '@n8n/api-types';
|
||||
import { randomName } from '@n8n/backend-test-utils';
|
||||
import type { Project } from '@n8n/db';
|
||||
import { Container } from '@n8n/di';
|
||||
import type { DataStoreRows } from 'n8n-workflow';
|
||||
|
||||
import { DataStoreColumnRepository } from '@/modules/data-store/data-store-column.repository';
|
||||
import { DataStoreRowsRepository } from '@/modules/data-store/data-store-rows.repository';
|
||||
|
||||
Reference in New Issue
Block a user